16 lines
315 B
Plaintext
16 lines
315 B
Plaintext
# Python bytecode from the scripts in docs/architecture/scripts/
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# Credentials never belong in this tree. docs/security/SECURITY.md is the rule;
|
|
# this is the safety net, and it is not a substitute for reading that file.
|
|
.env
|
|
.env.*
|
|
|
|
# Editor and OS cruft
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*~
|