# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
build/
dist/

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

# uv
.uv-cache/

# Test / coverage output
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Local environment and secrets
.env
.env.*
*.local

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