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 494B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # Packaging
  2. *.pyc
  3. __pycache__
  4. *.egg-info
  5. /dist/
  6. /build/
  7. /node_modules/
  8. # Vagrant
  9. .vagrant
  10. # Temporary/OS files
  11. *.swp
  12. *.swo
  13. *.*~
  14. .~lock.*
  15. *.DS_Store
  16. .python-version
  17. # IDE files
  18. .project
  19. .pydevproject
  20. .settings
  21. .idea
  22. # Docs
  23. /docs/build/*
  24. *.pdf
  25. TODO
  26. # Test files
  27. .coverage
  28. .coverage\.*
  29. .noseids
  30. coverage.xml
  31. violations.txt
  32. nosetests.xml
  33. /.cache/
  34. /htmlcov/*
  35. /.tox/*
  36. # Sandbox content
  37. settings_local.py
  38. /sandbox/*.sqlite
  39. /sandbox/assets/
  40. /sandbox/public/
  41. /sandbox/whoosh_index/
  42. /sandbox/logs/