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

# Virtual environments
.venv/
venv/
env/
ENV/

# Build artifacts
dist/
build/
*.whl
*.tar.gz

# Test / lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Claude Code local settings
.claude/

# Yare runtime state and outputs
.yare/
yare_audit.jsonl
yare_audit.jsonl.*
yare_demo.duckdb
*.duckdb

# Secrets — defense in depth
.env
.env.local
.env.*.local
*.pem
*.key
credentials.json
