# Dependencies node_modules/ frontend/node_modules/ # Build outputs frontend/dist/ site/ # IDE & local tooling .idea/ .vscode/ .run/ .claude/ CLAUDE.md **/CLAUDE.md *.iml # OS .DS_Store Thumbs.db # Env .env .env.local .env.production # Uploads & data uploads/ data/ # Python __pycache__/ *.pyc .venv/ *.egg-info/ # Excalidraw working files docs/excalidraw/ # Logs *.log hs_err_pid* # Docker docker-compose.override.yml # Audit profiles (internal tooling) profiles/ # E2E tests — Maven build outputs & Chrome user data e2e/**/target/ # Local-only artifacts (release/0.6.0 bootstrap) .github/ISSUE_TEMPLATE/issue.md docs/claude-code-commands.md docs/design/TEMPLATE.md document-parser/tests/test_local_converter.py