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

# Virtualenvs
.venv/
venv/
env/

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
.eggs/

# Editor / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Environment files (the .example template is fine; the real .env is not)
.env
.env.local

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

# Logs
*.log
