chore: block generated evidence and local private state
This commit is contained in:
+54
-13
@@ -1,25 +1,66 @@
|
||||
# Secrets and local configuration
|
||||
.env
|
||||
.venv/
|
||||
.env.*
|
||||
!.env.example
|
||||
*.pem
|
||||
*.key
|
||||
*.p12
|
||||
*.pfx
|
||||
secrets/
|
||||
credentials/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.venv/
|
||||
.coverage
|
||||
htmlcov/
|
||||
*.egg-info/
|
||||
|
||||
# Frontend and test output
|
||||
node_modules/
|
||||
dist/
|
||||
frontend/node_modules/
|
||||
frontend/dist/
|
||||
coverage/
|
||||
playwright-report/
|
||||
playwright-live-report/
|
||||
test-results/
|
||||
*.pyc
|
||||
.DS_Store
|
||||
*.tsbuildinfo
|
||||
|
||||
# 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/
|
||||
.vscode/
|
||||
*.tsbuildinfo
|
||||
*.zip
|
||||
*.tar.gz
|
||||
.vs/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Local Claude/Codex per-user settings and scratch archives
|
||||
.claude/settings.local.json
|
||||
# Archives and local release bundles
|
||||
*.zip
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.tgz
|
||||
*.dump
|
||||
backups/
|
||||
|
||||
Reference in New Issue
Block a user