chore: remove __pycache__ from tracking, strengthen gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,3 +21,6 @@ secrets.json
|
|||||||
|
|
||||||
# Large binary artifacts
|
# Large binary artifacts
|
||||||
*.zip
|
*.zip
|
||||||
|
|
||||||
|
# Django/Python cache (any depth)
|
||||||
|
**/__pycache__/
|
||||||
|
|||||||
Reference in New Issue
Block a user