.gitignore 119 B

1234567891011121314
  1. __pycache__
  2. .VSCodeCounter
  3. *.json
  4. venv
  5. migrations
  6. log
  7. test*
  8. mysqlBackUp
  9. .DS_Store
  10. *.xml
  11. Dockerfile
  12. .idea
  13. *.html
  14. .vscode