# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
env/
ENV/

# Packaging and build artifacts
build/
dist/
*.egg-info/

# Test and coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Local environment files
.env
.env.*
!.env.example

# Tool caches
.mypy_cache/
.ruff_cache/
.tox/

# Graphify machine-local metadata (the graph itself is shared in Git)
graphify-out/manifest.json
graphify-out/cost.json
graphify-out/cache/
graphify-out/20??-??-??/

# Editor and OS files
.idea/
.vscode/
.DS_Store
Thumbs.db
