.gitignore 119 B

123456789101112
  1. backend/src/openocd*
  2. backend/static/
  3. node_modules/
  4. venv/
  5. __pycache__/
  6. bin/
  7. .DS_Store
  8. *.log
  9. haters/
  10. .next/
  11. .build/
  12. .env