Files
monitor-bot/.gitignore
2025-12-14 22:45:11 +02:00

16 lines
98 B
Plaintext

# Python
__pycache__/
*.pyc
.venv/
venv/
# Env
.env
# Project data
data/
# IDE
.idea/
.vscode/