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

# Virtual envs
.venv/
venv/
env/

# uv
.uv/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Graphex sidecar cache + runtime artifacts
.graphex/
graphify-out/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
