chore: ignore Python bytecode#1408
Conversation
Running scripts/check_golf.py locally leaves __pycache__/ behind, and one .pyc already slipped into a commit once (leanprover-community#1400, since removed). Ignore Python bytecode so it cannot happen again. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Thank you for this PR, which will now be reviewed. If submitting to ./Physlib or ./QuantumInfo, please see our review guidelines if you are not familiar with the process. You should expect a back and forth with a reviewer before your PR is merged. See also that link for how to add appropriate labels to your PR. The PR will also go through a number of automated checks. You can learn more about these here, including how to run them locally. If you are submitting to ./PhyslibAlpha there will be a lighter review process, though your PR must still pass the automated checks. If you want to bring attention to this PR, please write a message on this thread of the Lean Zulip. Important: If a reviewer adds an |
Running
scripts/check_golf.pylocally leaves__pycache__/behind, and one.pycalready slipped into a commit once (via #1400, since removed on master). Add__pycache__/and*.pycto.gitignoreso it cannot happen again.🤖 Generated with Claude Code