# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtualenvs
.venv/
venv/
env/

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

# Type checking
.mypy_cache/
.ruff_cache/

# Distribution
*.whl
*.tar.gz

# Env
.env
.env.*
!.env.example

# Editor
.vscode/
.idea/
*.swp
