No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 95B

12345678910
  1. *.pyc
  2. .venv
  3. .git
  4. .idea
  5. settings_local.py
  6. doc/html
  7. doc/*.sqlite3.db
  8. .*.swp
  9. Makefile
  10. Makefile.in