# Python
__pycache__/
*.py[cod]
*.pyo

# Virtual environments
.venv/
venv/
env/

# Packaging
*.egg-info/
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# IDEs
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*
!.env.example
