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

# Virtual environments
.venv/
venv/
ENV/
.python-version

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

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

# Environment
.env
.env.local

# Claude Code local overrides (project settings are checked in)
.claude/settings.local.json
CLAUDE.local.md

# Data room artifacts (generated at runtime)
_dd/
_index/
_findings/
_inventory/

# Data room files (prevent accidental commit of customer documents)
data_room/
*.pdf

# ChromaDB local storage
chroma_data/

# Node / misc
node_modules/
*.db

# Generated reports
*.xlsx
