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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Data
data/chroma_db/
data/ghidra_source/

# Claude Code local settings
claude/settings.local.json
.claude/

# OS
.DS_Store
Thumbs.db

# Ruff
.ruff_cache/
