# Code Editor
.vscode/
.idea/
.zed/

# Python-generated files
__pycache__/
*.py[oc]
*.pyc
build/
dist/
wheels/
*.egg-info
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
site/

# AI Agents
.claude/
.opencode/
.gemini/
.codex/
.copilot/

CLAUDE.md
GEMINI.md
AGENTS.md

# Virtual environments
.venv

# Node / JS Tooling
node_modules/
.wrangler/
.astro/
