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.

64 lines
620 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. # Project specific
  2. oca.cfg
  3. # Byte-compiled / optimized / DLL files
  4. __pycache__/
  5. *.py[cod]
  6. # C extensions
  7. *.so
  8. # Distribution / packaging
  9. .Python
  10. env/
  11. bin/
  12. build/
  13. develop-eggs/
  14. dist/
  15. eggs/
  16. lib/
  17. lib64/
  18. parts/
  19. sdist/
  20. var/
  21. *.egg-info/
  22. .installed.cfg
  23. *.egg
  24. *.eggs
  25. # Installer logs
  26. pip-log.txt
  27. pip-delete-this-directory.txt
  28. # Unit test / coverage reports
  29. htmlcov/
  30. .tox/
  31. .coverage
  32. .cache
  33. nosetests.xml
  34. coverage.xml
  35. # Translations
  36. *.mo
  37. *.pot
  38. # Pycharm
  39. .idea
  40. # Django stuff:
  41. *.log
  42. # Mr Developer
  43. .mr.developer.cfg
  44. .project
  45. .pydevproject
  46. # Rope
  47. .ropeproject
  48. # Sphinx documentation
  49. docs/_build/
  50. # Backup files
  51. *~
  52. *.swp