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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

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

# Build
*.whl

# Project-specific
.codebase/

# Generated output files (from self-scan / dogfooding)
CLAUDE.md
AGENTS.md
.cursorrules
.windsurfrules
codex.md
PROJECT_CONTEXT.md

# Development workflow (agent prompts, progress tracking)
agents/
docs/

# Architecture plan (internal design doc)
archietecture_plan.md
