.gitignore 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. *.py[cod]
  4. *$py.class
  5. # C extensions
  6. *.so
  7. #eclipse
  8. .project
  9. .settings
  10. .pydevproject
  11. .classpath
  12. #checking in Main.py for Stefano to test otmm
  13. gcis/Main.py
  14. #PyDev
  15. .DS_Store
  16. # Distribution / packaging
  17. .Python
  18. build/
  19. develop-eggs/
  20. dist/
  21. downloads/
  22. eggs/
  23. .eggs/
  24. lib/
  25. lib64/
  26. parts/
  27. sdist/
  28. var/
  29. wheels/
  30. *.egg-info/
  31. .installed.cfg
  32. *.egg
  33. MANIFEST
  34. # PyInstaller
  35. # Usually these files are written by a python script from a template
  36. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  37. *.manifest
  38. *.spec
  39. # Installer logs
  40. pip-log.txt
  41. pip-delete-this-directory.txt
  42. # Unit test / coverage reports
  43. htmlcov/
  44. .tox/
  45. .coverage
  46. .coverage.*
  47. .cache
  48. nosetests.xml
  49. coverage.xml
  50. *.cover
  51. .hypothesis/
  52. # Translations
  53. *.mo
  54. *.pot
  55. # Django stuff:
  56. *.log
  57. .static_storage/
  58. .media/
  59. local_settings.py
  60. # Flask stuff:
  61. instance/
  62. .webassets-cache
  63. # Scrapy stuff:
  64. .scrapy
  65. # Sphinx documentation
  66. docs/_build/
  67. # Sphinx API docs.
  68. docs/apidoc/*
  69. # PyBuilder
  70. target/
  71. # Jupyter Notebook
  72. .ipynb_checkpoints
  73. # pyenv
  74. .python-version
  75. # celery beat schedule file
  76. celerybeat-schedule
  77. # SageMath parsed files
  78. *.sage.py
  79. # Environments
  80. .env
  81. .venv
  82. env/
  83. venv/
  84. ENV/
  85. env.bak/
  86. venv.bak/
  87. # Spyder project settings
  88. .spyderproject
  89. .spyproject
  90. # Rope project settings
  91. .ropeproject
  92. # mkdocs documentation
  93. /site
  94. # mypy
  95. .mypy_cache/
  96. # Pytest
  97. .pytest_cache/
  98. # CTags
  99. /tags
  100. tags.lock
  101. tags.temp
  102. # Local experimental stuff.
  103. /sandbox
  104. # Backup files.
  105. *.bk
  106. # Legacy Visual Basic files, not compatible with license.
  107. *.bas