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

# Env & secrets
.env
.env.*
!.env.example

# Test / cache
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage

# Data / local state
*.sqlite
*.sqlite3
data/
logs/

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

# Scripts (local helpers — tidak di-track, tiap developer punya sendiri)
scripts/commit-as.sh

# Graphify — hanya cache internal yang di-exclude; output utama di-track
graphify-out/cache/
graphify-out/.graphify_python
graphify-out/.graphify_root
