# Python __pycache__/ *.py[cod] .pytest_cache/ .ruff_cache/ .venv/ venv/ build/ dist/ *.egg-info/ # Secrets .env *.env *token* *credential* *credentials* *client_secret* *.key *.pem # Runtime and real data - must stay outside repo /local_runtime/ /runtime/ /data/ /imports/ /exports/ /reports/ /backups/ /secrets/ /logs/ # Databases and dumps *.db *.sqlite *.sqlite3 *.dump *.parquet # Real documents and exports *.xlsx *.xls *.pdf *.docx !tests/fixtures/postfinance_portfolio_synthetic.docx !docs/finance-manager-2.0/FinanceManager_Umsetzungs_und_Zielkonzept_v2.2_2026-08-01.docx *.csv *.json # Frontend generated artifacts and browser-visible secrets frontend/node_modules/ frontend/dist/ frontend/.env frontend/.env.* frontend/*.tsbuildinfo !frontend/.env.example # Allow synthetic fixtures/examples and example config only !examples/**/*.csv !examples/**/*.json !tests/fixtures/**/*.csv !tests/fixtures/**/*.json !config.example/**/*.json !config.example/**/*.toml !frontend/package.json !frontend/package-lock.json !frontend/tsconfig.json