# Secrets and local configuration
.env
.env.*
!.env.example
*.key
*.token
*creds*.json
*credentials*.json
Project-Task.md
*MarvinBackup*

# Local plans and audit/history data (may contain private task content)
plans/
dev/
history/
receipts/
.marvin-pilot/
.tools/
pending-*.json
applied-*.json
partial-*.json
failed-*.json
reverted-*.json

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.test-cache/
.test-tmp/
.test-runs/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
coverage.xml
htmlcov/
build/
dist/
*.egg-info/

# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db
