24 lines
187 B
Plaintext
Executable File
24 lines
187 B
Plaintext
Executable File
# Secrets - never commit
|
|
.env
|
|
*.env
|
|
!.env.example
|
|
|
|
# Docker runtime files
|
|
**/*.json
|
|
**/logs/
|
|
**/*.log
|
|
|
|
# MkDocs
|
|
site/
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|