# Dotfiles — ignore everything starting with "." except whitelisted
.*
!.github/
!.gitignore
!.gitkeep
!.pre-commit-config.yaml
!.python-version
!.env.example

# Python
__pycache__/
*.pyc
dist/
build/
*.egg-info/
coverage.xml
htmlcov/

# Tooling
site/
specs/*
!specs/demo-sentinel-dark-watch-1
!specs/demo-sentinel-dark-watch-1/.progress.md
graphify-out/

# Demo local data (keep .gitkeep placeholders)
demos/*/data/**
!demos/*/data/.gitkeep
runs/
test-results/
/data/

# Secrets / keys
**/dev-keys/*

# Databases & model weights
*.db
*.sqlite*
*.pt
*.pth
*.onnx
*.gguf
*.safetensors
!tests/fixtures/onnx_minimal.onnx

# Misc local artifacts
audit.jsonl
launcher.png
live-watcher-1.png
live-watcher-2.png
live-watcher-done.png
TODO.md
demos/code-graph/ISSUE_DRAFT.md
