# Python **/__pycache__ **/*.pyc **/*.pyo **/*.pyd **/.Python **/env **/venv **/.venv **/ENV **/env.bak/ **/venv.bak/ **/*.egg-info/ **/.pytest_cache/ **/.mypy_cache/ **/.ruff_cache/ # Node.js **/node_modules **/npm-debug.log* **/yarn-debug.log* **/yarn-error.log* **/pnpm-debug.log* **/lerna-debug.log* frontend/dist frontend/.vite # Git .git .gitignore .gitattributes # IDE **/.vscode **/.idea **/*.swp **/*.swo **/*~ # OS .DS_Store Thumbs.db # Project specific *.log .backend.pid .frontend.pid backend.log frontend.log data/index.db data/vaults/* !data/vaults/.gitkeep # Documentation (not needed in container) *.md !backend/README.md specs/ ai-notes/ # Scripts start-dev.sh stop-dev.sh status-dev.sh