.gitignore 88 B

12345678910
  1. *.pyc
  2. *.swp
  3. *.min.js
  4. *.min.css
  5. nohup.out
  6. node_modules/
  7. vendor/
  8. __pycache__/
  9. .venv/
  10. .env