Files
roaauto/.gitignore
2026-03-13 20:38:11 +02:00

49 lines
525 B
Plaintext

HANDOFF.md
.claude/HANDOFF.md
# Playwright MCP
.playwright-mcp/
# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
*.egg-info/
dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Environment
.env
*.env.local
# Database
backend/data/*.db
backend/data/*.db-shm
backend/data/*.db-wal
# Alembic
backend/alembic/versions/*.pyc
# Node
frontend/node_modules/
frontend/dist/
frontend/.vite/
# PWA
frontend/public/sw.js
frontend/public/workbox-*.js
frontend/public/sw.js.map
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp