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.
6 lines
43 B
Plaintext
6 lines
43 B
Plaintext
.history
|
|
.vscode
|
|
publish
|
|
books
|
|
__pycache__
|