chore: add __pycache__ to .gitignore and remove tracked pyc file
The __pycache__ directory was being tracked by git, causing compiled Python bytecode files like env.cpython-312.pyc to appear in the repository. This change adds __pycache__ to .gitignore and removes the existing pyc file from version control.
This commit is contained in:
@@ -2,3 +2,4 @@
|
||||
.vscode
|
||||
publish
|
||||
books
|
||||
__pycache__
|
||||
|
||||
Reference in New Issue
Block a user