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

# uv
.venv/
.uv/
# uv.lock is intentionally committed — pins all transitive deps for CI reproducibility

# Environments
.env
.env.local
.env.*.local

# IDE
.vscode/settings.json
.idea/
*.iml

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

# Mypy
.mypy_cache/
.dmypy.json

# Ruff
.ruff_cache/

# MkDocs
site/

# Docker
*.tar

# OS
.DS_Store
Thumbs.db

# Secrets (belt-and-suspenders; gitleaks is the real guard)
*.pem
*.key
*_secret*
