Files
aquabot/.gitignore
2020-08-31 17:49:52 +02:00

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/