.gitignore 828B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. # C extensions
  5. *.so
  6. # Distribution / packaging
  7. .Python
  8. env/
  9. build/
  10. develop-eggs/
  11. eggs/
  12. #lib/
  13. lib64/
  14. parts/
  15. sdist/
  16. var/
  17. *.egg-info/
  18. .installed.cfg
  19. *.egg
  20. # Installer logs
  21. pip-log.txt
  22. pip-delete-this-directory.txt
  23. # Unit test / coverage reports
  24. htmlcov/
  25. .tox/
  26. .coverage
  27. .cache
  28. nosetests.xml
  29. coverage.xml
  30. # Mr Developer
  31. .mr.developer.cfg
  32. .project
  33. .pydevproject
  34. # Rope
  35. .ropeproject
  36. # Django stuff:
  37. *.log
  38. *.pot
  39. # Sphinx documentation
  40. docs/_build/
  41. # Vim and dev tools
  42. *.swp
  43. .idea
  44. # Virtualenv
  45. tg2env/
  46. # cache
  47. tracim/data/
  48. # Site-local config file
  49. development.ini
  50. track.js
  51. wsgidav.conf
  52. # Temporary files
  53. *~
  54. *.sqlite
  55. # npm packages
  56. /node_modules/
  57. # builded files from gulp scripts
  58. /tracim/tracim/public/assets/dist/
  59. /tracim/tracim/public/assets/js/main_es5.js