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