theo-agent-dashboard

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

.gitignore (395B)


      1 data/
      2 node_modules/
      3 __pycache__/
      4 .env
      5 *.sqlite3
      6 *.pyc
      7 .pytest_cache/
      8 .vite/
      9 dist/
     10 build/
     11 *.egg-info/
     12 .coverage
     13 htmlcov/
     14 .mutmut-cache
     15 .mutmut-results/
     16 mutants/
     17 *.spec.tsx.snap
     18 frontend/tsconfig.tsbuildinfo
     19 backend/.venv/
     20 .DS_Store
     21 *.log
     22 *.swp
     23 *.swo
     24 backend/static/assets/
     25 backend/static/index.html
     26 backend/app.db
     27 *.db
     28 .jwt_secret
     29 frontend/.stryker-tmp/
     30 tmp/
     31 scratch/
     32 *.tmp
     33 *~
     34 *.bak
     35 *.orig
     36 *.rej