From 441b3624e1e246f724cf58fb4db08a50587a6c6d Mon Sep 17 00:00:00 2001 From: Jens Caers Date: Mon, 31 Aug 2026 07:50:30 +0200 Subject: [PATCH] chore: block generated evidence and local private state --- .gitignore | 67 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 54 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index f9e0936..7ff9578 100644 --- a/.gitignore +++ b/.gitignore @@ -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/