# local configuration & secrets
config/config.toml
config/*.local.toml
.env
.env.*
!.env.example

# runtime data
workspace/
*.db
*.enc
*.key
audit.jsonl
sessions/
logs/

# python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# web app sources (the production build in openmuse/server/static IS committed)
web/node_modules/
web/dist/
web/.vite/
npm-debug.log*

# editors / OS
.vscode/
.idea/
.DS_Store
*.swp
