.gitignore 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. # ---> Python
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. # C extensions
  7. *.so
  8. # Distribution / packaging
  9. .Python
  10. env/
  11. build/
  12. develop-eggs/
  13. dist/
  14. downloads/
  15. eggs/
  16. .eggs/
  17. lib/
  18. lib64/
  19. parts/
  20. sdist/
  21. var/
  22. *.egg-info/
  23. .installed.cfg
  24. *.egg
  25. # PyInstaller
  26. # Usually these files are written by a python script from a template
  27. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  28. *.manifest
  29. *.spec
  30. # Installer logs
  31. pip-log.txt
  32. pip-delete-this-directory.txt
  33. # Unit test / coverage reports
  34. htmlcov/
  35. .tox/
  36. .coverage
  37. .coverage.*
  38. .cache
  39. nosetests.xml
  40. coverage.xml
  41. *,cover
  42. # Translations
  43. *.pot
  44. # Django stuff:
  45. *.log
  46. # Sphinx documentation
  47. docs/_build/
  48. # PyBuilder
  49. target/
  50. # ---> TeX
  51. ## Core latex/pdflatex auxiliary files:
  52. *.aux
  53. *.lof
  54. *.log
  55. *.lot
  56. *.fls
  57. *.out
  58. *.toc
  59. ## Intermediate documents:
  60. *.dvi
  61. *-converted-to.*
  62. # these rules might exclude image files for figures etc.
  63. # *.ps
  64. # *.eps
  65. # *.pdf
  66. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  67. *.bbl
  68. *.bcf
  69. *.blg
  70. *-blx.aux
  71. *-blx.bib
  72. *.brf
  73. *.run.xml
  74. ## Build tool auxiliary files:
  75. *.fdb_latexmk
  76. *.synctex
  77. *.synctex.gz
  78. *.synctex.gz(busy)
  79. *.pdfsync
  80. ## Auxiliary and intermediate files from other packages:
  81. # algorithms
  82. *.alg
  83. *.loa
  84. # achemso
  85. acs-*.bib
  86. # amsthm
  87. *.thm
  88. # beamer
  89. *.nav
  90. *.snm
  91. *.vrb
  92. #(e)ledmac/(e)ledpar
  93. *.end
  94. *.[1-9]
  95. *.[1-9][0-9]
  96. *.[1-9][0-9][0-9]
  97. *.[1-9]R
  98. *.[1-9][0-9]R
  99. *.[1-9][0-9][0-9]R
  100. *.eledsec[1-9]
  101. *.eledsec[1-9]R
  102. *.eledsec[1-9][0-9]
  103. *.eledsec[1-9][0-9]R
  104. *.eledsec[1-9][0-9][0-9]
  105. *.eledsec[1-9][0-9][0-9]R
  106. # glossaries
  107. *.acn
  108. *.acr
  109. *.glg
  110. *.glo
  111. *.gls
  112. # gnuplottex
  113. *-gnuplottex-*
  114. # hyperref
  115. *.brf
  116. # knitr
  117. *-concordance.tex
  118. *.tikz
  119. *-tikzDictionary
  120. # listings
  121. *.lol
  122. # makeidx
  123. *.idx
  124. *.ilg
  125. *.ind
  126. *.ist
  127. # minitoc
  128. *.maf
  129. *.mtc
  130. *.mtc[0-9]
  131. *.mtc[1-9][0-9]
  132. # minted
  133. _minted*
  134. *.pyg
  135. # morewrites
  136. *.mw
  137. # mylatexformat
  138. *.fmt
  139. # nomencl
  140. *.nlo
  141. # sagetex
  142. *.sagetex.sage
  143. *.sagetex.py
  144. *.sagetex.scmd
  145. # sympy
  146. *.sout
  147. *.sympy
  148. sympy-plots-for-*.tex/
  149. # TikZ & PGF
  150. *.dpth
  151. *.md5
  152. *.auxlock
  153. # todonotes
  154. *.tdo
  155. # xindy
  156. *.xdy
  157. # WinEdt
  158. *.bak
  159. *.sav
  160. fsa_cbd_composition/cbdsimulator/plot.html
  161. fsa_cbd_composition/cbdsimulator/log.txt
  162. fsa_cbd_composition/fsasimulator/log.txt
  163. fsa_cbd_composition/fsa_cbd_simulator/log.txt
  164. debugging_fsa_cbd_composition/cbdsimulator/plot.html
  165. debugging_fsa_cbd_composition/cbdsimulator/cbdsim.py