# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
.venv/
venv/
env/
.env
.python-version

# uv
.uv/
uv.lock

# pytest
.pytest_cache/
.cache/

# State directory (instance data — never committed in the framework repo)
state/
*.state/

# Editor
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Instance secrets / dotfiles
.secrets
*.secret
.keyring/

# Local-only maintenance aids (private ~/vault path structure — not for the public repo)
doctrine/drift-watch.md

# Worktrees
.worktrees/

# Stray local dirs / OS cruft (not part of the OSS repo)
tasks/
.DS_Store
**/.DS_Store
