chore: block generated evidence and local private state
This commit is contained in:
+54
-13
@@ -1,25 +1,66 @@
|
|||||||
|
# Secrets and local configuration
|
||||||
.env
|
.env
|
||||||
.venv/
|
.env.*
|
||||||
|
!.env.example
|
||||||
|
*.pem
|
||||||
|
*.key
|
||||||
|
*.p12
|
||||||
|
*.pfx
|
||||||
|
secrets/
|
||||||
|
credentials/
|
||||||
|
|
||||||
|
# Python
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
.mypy_cache/
|
|
||||||
.ruff_cache/
|
.ruff_cache/
|
||||||
|
.mypy_cache/
|
||||||
|
.venv/
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# Frontend and test output
|
||||||
node_modules/
|
node_modules/
|
||||||
dist/
|
frontend/node_modules/
|
||||||
|
frontend/dist/
|
||||||
coverage/
|
coverage/
|
||||||
playwright-report/
|
playwright-report/
|
||||||
playwright-live-report/
|
|
||||||
test-results/
|
test-results/
|
||||||
*.pyc
|
*.tsbuildinfo
|
||||||
.DS_Store
|
|
||||||
|
# Runtime data and local infrastructure state
|
||||||
|
.state/
|
||||||
|
data/
|
||||||
|
backups/local/
|
||||||
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
*.sqlite
|
||||||
|
*.sqlite-shm
|
||||||
|
*.sqlite-wal
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
|
||||||
|
# Generated release/design evidence. Maintained documentation belongs in docs/.
|
||||||
|
artifacts/**/final-summary.md
|
||||||
|
artifacts/deployment/
|
||||||
|
artifacts/design-validation/current/
|
||||||
|
artifacts/**/screenshots/generated/
|
||||||
|
|
||||||
|
# Local AI/editor state
|
||||||
|
.codex/
|
||||||
|
.claude/
|
||||||
|
.agents/
|
||||||
|
.dyad/
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
*.tsbuildinfo
|
.vs/
|
||||||
*.zip
|
.DS_Store
|
||||||
*.tar.gz
|
Thumbs.db
|
||||||
|
|
||||||
# Local Claude/Codex per-user settings and scratch archives
|
# Archives and local release bundles
|
||||||
.claude/settings.local.json
|
*.zip
|
||||||
|
*.tar
|
||||||
|
*.tar.gz
|
||||||
*.tgz
|
*.tgz
|
||||||
*.dump
|
|
||||||
backups/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user