# uv
.venv/
uv.lock

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Editor
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Secrets — never commit API keys
.env
.env.*
