12 lines
148 B
Plaintext
12 lines
148 B
Plaintext
# own config file
|
|
config.py #deprecated
|
|
config.yml
|
|
|
|
# caches and build environment
|
|
__pycache__/
|
|
.vscode/
|
|
|
|
# generated data from logging
|
|
logs/
|
|
*.log
|