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

# Virtual environments
.venv/
venv/
env/

# uv
.uv-cache/

# Testing
.pytest_cache/
.coverage
coverage.xml
junit*.xml
htmlcov/

# Type checking
.mypy_cache/
.pyright/
.ruff_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# macOS
.DS_Store

# Secrets / env
.env
.env.*
!.env.example
