# === Project internal files (NOT for public) ===
haulpave-project-plan-v3.md
CLAUDE.md
CONTRIBUTING.md
TEMPLATES.md
.claude/

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

# === Virtual environments ===
.venv/
venv/
env/

# === IDE ===
.vscode/
.idea/
*.swp
*.swo

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

# === Docs build ===
site/
TEMPLATES.md

# === OS ===
.DS_Store
Thumbs.db

# === Environment ===
.env
.env.local
.env*.local

# AI tool files (not for public repo)
AGENTS.md
.opencode/
