Files
cds-ai/.gitignore
anthony.wen 9caa7deb94 Stop tracking Python bytecode in watcher service
- remove the committed watcher-service __pycache__ bytecode file from git tracking
- ignore Python bytecode artifacts so generated .pyc files do not get committed again
- keep the watcher-service source files as the only tracked implementation artifacts
2026-03-25 17:44:52 -04:00

9 lines
85 B
Plaintext

log/
.env.credentials.local
.vscode/
atvm/tmp/
# Python bytecode
__pycache__/
*.pyc