Files
aquabot/.gitignore
2020-02-13 17:05:21 +01:00

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