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

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Virtual environments / tooling
.venv/
.uv/
uv.lock.*
graphify-out/

# Test / type caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Editor / OS
.idea/
.vscode/
.DS_Store
.cursor/
