# --- AI-assistant scratch (local-only, never committed) ---
CLAUDE.md
.claude/
.anthropic/
.cursor/
.cursorrules
.aider*
.github/copilot-*
.windsurf/
.continue/

# --- Python build artifacts ---
__pycache__/
*.py[cod]
*$py.class
*.so
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# --- Virtualenvs ---
.venv/
venv/
env/
ENV/

# --- Test + type-check caches ---
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/

# --- Secrets ---
.env
.env.local
.env.*.local
*.pem
*.key
*.pfx

# --- Editor / OS junk ---
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
*~
