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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Environment / secrets
.env
.env.*
*.pem
credentials.json

# Profiles
profiles.yaml
!*.example

# Cache
.cache/

# Test
.pytest_cache/
.coverage
htmlcov/

# Project-specific
CLAUDE.md
graphify-out/

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