Files
aquabot/.gitignore
2020-08-31 14:19:43 +02:00

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/