.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. /.project
  2. /.pydevproject
  3. /cash/
  4. /generated_files/
  5. /.pydevproject.bak
  6. /lista_cf.txt
  7. /lista_cf_new.txt
  8. winmentor/*.txt
  9. # ---> Python
  10. # Byte-compiled / optimized / DLL files
  11. __pycache__/
  12. *.py[cod]
  13. *$py.class
  14. # Distribution / packaging
  15. .Python
  16. env/
  17. build/
  18. develop-eggs/
  19. dist/
  20. downloads/
  21. eggs/
  22. .eggs/
  23. lib/
  24. lib64/
  25. parts/
  26. sdist/
  27. var/
  28. *.egg-info/
  29. .installed.cfg
  30. *.egg
  31. # PyInstaller
  32. # Usually these files are written by a python script from a template
  33. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  34. *.manifest
  35. *.spec
  36. # Installer logs
  37. pip-log.txt
  38. pip-delete-this-directory.txt
  39. # Unit test / coverage reports
  40. htmlcov/
  41. .tox/
  42. .coverage
  43. .coverage.*
  44. .cache
  45. nosetests.xml
  46. coverage.xml
  47. *,cover
  48. # Translations
  49. *.mo
  50. *.pot
  51. # Django stuff:
  52. *.log
  53. # Sphinx documentation
  54. docs/_build/
  55. # PyBuilder
  56. target/
  57. *xls
  58. *.xlsx
  59. # ---> Windows
  60. # Windows image file caches
  61. Thumbs.db
  62. ehthumbs.db
  63. # Folder config file
  64. Desktop.ini
  65. # Recycle Bin used on file shares
  66. $RECYCLE.BIN/
  67. # Windows Installer files
  68. *.cab
  69. *.msi
  70. *.msm
  71. *.msp
  72. # Windows shortcuts
  73. *.lnk
  74. # ---> Linux
  75. *~
  76. # KDE directory preferences
  77. .directory
  78. # Linux trash folder which might appear on any partition or disk
  79. .Trash-*
  80. # ---> Eclipse
  81. *.pydevproject
  82. .metadata
  83. .gradle
  84. bin/
  85. tmp/
  86. *.tmp
  87. *.bak
  88. *.swp
  89. *~.nib
  90. local.properties
  91. .settings/
  92. .loadpath
  93. # Eclipse Core
  94. .project
  95. # External tool builders
  96. .externalToolBuilders/
  97. # Locally stored "Eclipse launch configurations"
  98. *.launch
  99. # CDT-specific
  100. .cproject
  101. # JDT-specific (Eclipse Java Development Tools)
  102. .classpath
  103. # Java annotation processor (APT)
  104. .factorypath
  105. # PDT-specific
  106. .buildpath
  107. # sbteclipse plugin
  108. .target
  109. # TeXlipse plugin
  110. .texlipse
  111. /taxes.xlsm
  112. /society.xlsm
  113. /Pygsheet-4a83fcaf2282.json