.gitignore 73 B

123456789
  1. /venv
  2. /static
  3. /media
  4. __pycache__
  5. *.sqlite*
  6. *.log
  7. .env
  8. pyrightconfig.json