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

# Virtual environments
.venv/
venv/
ENV/

# UV
.uv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# Documentation
docs/_build/
docs-sphinx/_build/
site/
v1docs/

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db

# Local configuration
.env
.env.local
*.local

# Node.js (MCP servers)
node_modules/

# Build artifacts
*.manifest
*.spec

# Session artifacts (AI-generated planning docs)
REFACTORING_PLAN.md
REFACTORING_ROADMAP.md
AUDIT_IMPLEMENTATION_PLAN.md
AUDIT_R2_IMPLEMENTATION_PLAN.md
DOCS_REFACTOR_PLAN.md

# Installer logs
pip-log.txt
pip-delete-this-directory.txt
