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

# Testing
.pytest_cache/
.coverage
htmlcov/
.benchmark/

# Environment
.env
.env.*
!.env.example

# IDE
.idea/
.vscode/
*.swp

# macOS
.DS_Store

# uv
uv.lock

# Data
data/
