# Python cache / local tooling __pycache__/ **/__pycache__/ .pytest_cache/ .ruff_cache/ .mypy_cache/ .venv/ venv/ *.pyc *.tsbuildinfo # Node / frontend build artifacts node_modules/ dist/ build/ .vite/ coverage/ playwright-report/ test-results/ # Environment / secrets .env .env.* !.env.example !.env.demo.example *.pem *.key *.crt *.p12 *.pfx *credentials* credentials.json *token* *secret* *oauth* # Runtime / databases *.db *.sqlite *.sqlite3 *.sqlite-wal *.sqlite-shm runtime/ jarvis_runtime/ data/ backups/ logs/ tmp/ temp/ # Reports / exports / documents reports/ exports/ imports/ inbox/ processed/ archiv/ archive/ *.csv *.tsv *.xlsx *.xls *.pdf *.gpg *.zip *.tar *.tar.gz *.7z # Media / raw data *.heic *.jpg *.jpeg *.png *.webp *.mp4 *.mov *.wav *.mp3 .tmp/ tmp/e2e/