Files
isspam/.gitignore
T
retoor 3de0edd36a 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.
2024-12-02 14:10:58 +00:00

6 lines
43 B
Plaintext

.history
.vscode
publish
books
__pycache__