16 lines
169 B
Plaintext
16 lines
169 B
Plaintext
# own config file
|
|
config/config.py
|
|
config/config.yml
|
|
|
|
# caches and build environment
|
|
__pycache__/
|
|
.vscode/
|
|
|
|
# generated data from logging
|
|
logs/
|
|
*.log
|
|
|
|
# venv
|
|
env/
|
|
venv/
|