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

# Virtual environment
.venv/
venv/
env/

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

# Type checking & linting
.mypy_cache/
.ruff_cache/

# IDE
.idea/
.vscode/
*.iml

# macOS
.DS_Store

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