.gitignore 127 B

12345678910111213
  1. # Virtual enviroment
  2. /bin/
  3. /include/
  4. /lib/
  5. /share/
  6. # Django
  7. __pycache__/
  8. db.sqlite3
  9. **/migrations/*.py
  10. # Node
  11. /node_modules/