# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/

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

# Type checking
.mypy_cache/
.ruff_cache/

# Packaging
*.whl

# Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Secrets — never commit these
.env
*.env.local
