Files
weatherbot/.gitignore
2026-01-31 14:25:58 +01:00

12 lines
116 B
Plaintext

# Virtual environment
.venv/
# Python cache
__pycache__/
*.pyc
# Editor / OS junk
*.swp
.DS_Store
.python-version