# 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/
env/
ENV/
.venv

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.github/instructions/
CLAUDE.md

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Project-specific
target/
*.log
.DS_Store
.grai/

# Test/example data directories (should use templates/ instead)
/entities/
/relations/
/data/

# Generated documentation (keep docs/*.md, ignore generated HTML)
docs/*.html
docs/graph.html
docs/entities.html
docs/relations.html
docs/lineage.html
docs/index.html

# MkDocs build output
site/

# Neo4j
.neo4j/
