# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.so

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/

# IDE files
.vscode/
.idea/
*.swp
*.swo

# OS files
.DS_Store
Thumbs.db

# Application specific
*.log
*.db
*.sqlite
*.sqlite3
*.pkl
/tmp/
weather_dashboard.log
weather_errors.log
api_calls.log
weather_cache.pkl

# Environment files
.env
.env.local
.env.*.local

# Build artifacts
build/
dist/
*.egg-info/