.gitignore 78 B

12345678
  1. *.pyc
  2. storage/*
  3. !storage/force_dir_in_git.txt
  4. __pycache__/
  5. build/
  6. dist/
  7. logs/