Files
aquabot/.gitignore
2020-01-24 15:41:14 +00:00

11 lines
132 B
Plaintext

# own config file
config/config.py
# caches and build environment
__pycache__/
.vscode/
# generated data from logging
logs/
*.log