- 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
9 lines
85 B
Plaintext
9 lines
85 B
Plaintext
log/
|
|
.env.credentials.local
|
|
.vscode/
|
|
atvm/tmp/
|
|
|
|
# Python bytecode
|
|
__pycache__/
|
|
*.pyc
|