13 lines
138 B
Plaintext
13 lines
138 B
Plaintext
# own config file
|
|
docker-compose.yml
|
|
|
|
# caches and build environment
|
|
__pycache__/
|
|
|
|
# generated data from logging
|
|
*.log
|
|
|
|
# venv
|
|
env/
|
|
venv/
|