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

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.pyright/

# OS
.DS_Store
Thumbs.db

# uv
uv.lock

# Claude Code — local workspace config, machine-specific paths
.claude/

# Jujutsu VCS
.jj/

# Environment / credentials
.env
.env.*

# Logs
*.log

# Neo4j local data
neo4j/
data/
plugins/

# Scaffolding
CLAUDE.md
*.mermaid
SPEC.md
TEMPORAL.md
