Team project "Analyzing Gender Share in Casting Actors" as part of the lecture "Data Literacy"

.gitignore 6.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  1. # Custom ignore rules
  2. dat/*
  3. !dat/*.tsv.gz
  4. doc/projectregistration2022/projectregistration.pdf
  5. # Created by https://www.toptal.com/developers/gitignore/api/latex,jupyternotebooks,python
  6. # Edit at https://www.toptal.com/developers/gitignore?templates=latex,jupyternotebooks,python
  7. ### JupyterNotebooks ###
  8. # gitignore template for Jupyter Notebooks
  9. # website: http://jupyter.org/
  10. .ipynb_checkpoints
  11. */.ipynb_checkpoints/*
  12. # IPython
  13. profile_default/
  14. ipython_config.py
  15. # Remove previous ipynb_checkpoints
  16. # git rm -r .ipynb_checkpoints/
  17. ### LaTeX ###
  18. ## Core latex/pdflatex auxiliary files:
  19. *.aux
  20. *.lof
  21. *.log
  22. *.lot
  23. *.fls
  24. *.out
  25. *.toc
  26. *.fmt
  27. *.fot
  28. *.cb
  29. *.cb2
  30. .*.lb
  31. ## Intermediate documents:
  32. *.dvi
  33. *.xdv
  34. *-converted-to.*
  35. # these rules might exclude image files for figures etc.
  36. # *.ps
  37. # *.eps
  38. # *.pdf
  39. ## Generated if empty string is given at "Please type another file name for output:"
  40. .pdf
  41. ## Bibliography auxiliary files (bibtex/biblatex/biber):
  42. *.bbl
  43. *.bcf
  44. *.blg
  45. *-blx.aux
  46. *-blx.bib
  47. *.run.xml
  48. ## Build tool auxiliary files:
  49. *.fdb_latexmk
  50. *.synctex
  51. *.synctex(busy)
  52. *.synctex.gz
  53. *.synctex.gz(busy)
  54. *.pdfsync
  55. ## Build tool directories for auxiliary files
  56. # latexrun
  57. latex.out/
  58. ## Auxiliary and intermediate files from other packages:
  59. # algorithms
  60. *.alg
  61. *.loa
  62. # achemso
  63. acs-*.bib
  64. # amsthm
  65. *.thm
  66. # beamer
  67. *.nav
  68. *.pre
  69. *.snm
  70. *.vrb
  71. # changes
  72. *.soc
  73. # comment
  74. *.cut
  75. # cprotect
  76. *.cpt
  77. # elsarticle (documentclass of Elsevier journals)
  78. *.spl
  79. # endnotes
  80. *.ent
  81. # fixme
  82. *.lox
  83. # feynmf/feynmp
  84. *.mf
  85. *.mp
  86. *.t[1-9]
  87. *.t[1-9][0-9]
  88. *.tfm
  89. #(r)(e)ledmac/(r)(e)ledpar
  90. *.end
  91. *.?end
  92. *.[1-9]
  93. *.[1-9][0-9]
  94. *.[1-9][0-9][0-9]
  95. *.[1-9]R
  96. *.[1-9][0-9]R
  97. *.[1-9][0-9][0-9]R
  98. *.eledsec[1-9]
  99. *.eledsec[1-9]R
  100. *.eledsec[1-9][0-9]
  101. *.eledsec[1-9][0-9]R
  102. *.eledsec[1-9][0-9][0-9]
  103. *.eledsec[1-9][0-9][0-9]R
  104. # glossaries
  105. *.acn
  106. *.acr
  107. *.glg
  108. *.glo
  109. *.gls
  110. *.glsdefs
  111. *.lzo
  112. *.lzs
  113. *.slg
  114. *.slo
  115. *.sls
  116. # uncomment this for glossaries-extra (will ignore makeindex's style files!)
  117. # *.ist
  118. # gnuplot
  119. *.gnuplot
  120. *.table
  121. # gnuplottex
  122. *-gnuplottex-*
  123. # gregoriotex
  124. *.gaux
  125. *.glog
  126. *.gtex
  127. # htlatex
  128. *.4ct
  129. *.4tc
  130. *.idv
  131. *.lg
  132. *.trc
  133. *.xref
  134. # hyperref
  135. *.brf
  136. # knitr
  137. *-concordance.tex
  138. # TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files
  139. # *.tikz
  140. *-tikzDictionary
  141. # listings
  142. *.lol
  143. # luatexja-ruby
  144. *.ltjruby
  145. # makeidx
  146. *.idx
  147. *.ilg
  148. *.ind
  149. # minitoc
  150. *.maf
  151. *.mlf
  152. *.mlt
  153. *.mtc[0-9]*
  154. *.slf[0-9]*
  155. *.slt[0-9]*
  156. *.stc[0-9]*
  157. # minted
  158. _minted*
  159. *.pyg
  160. # morewrites
  161. *.mw
  162. # newpax
  163. *.newpax
  164. # nomencl
  165. *.nlg
  166. *.nlo
  167. *.nls
  168. # pax
  169. *.pax
  170. # pdfpcnotes
  171. *.pdfpc
  172. # sagetex
  173. *.sagetex.sage
  174. *.sagetex.py
  175. *.sagetex.scmd
  176. # scrwfile
  177. *.wrt
  178. # svg
  179. svg-inkscape/
  180. # sympy
  181. *.sout
  182. *.sympy
  183. sympy-plots-for-*.tex/
  184. # pdfcomment
  185. *.upa
  186. *.upb
  187. # pythontex
  188. *.pytxcode
  189. pythontex-files-*/
  190. # tcolorbox
  191. *.listing
  192. # thmtools
  193. *.loe
  194. # TikZ & PGF
  195. *.dpth
  196. *.md5
  197. *.auxlock
  198. # titletoc
  199. *.ptc
  200. # todonotes
  201. *.tdo
  202. # vhistory
  203. *.hst
  204. *.ver
  205. # easy-todo
  206. *.lod
  207. # xcolor
  208. *.xcp
  209. # xmpincl
  210. *.xmpi
  211. # xindy
  212. *.xdy
  213. # xypic precompiled matrices and outlines
  214. *.xyc
  215. *.xyd
  216. # endfloat
  217. *.ttt
  218. *.fff
  219. # Latexian
  220. TSWLatexianTemp*
  221. ## Editors:
  222. # WinEdt
  223. *.bak
  224. *.sav
  225. # Texpad
  226. .texpadtmp
  227. # LyX
  228. *.lyx~
  229. # Kile
  230. *.backup
  231. # gummi
  232. .*.swp
  233. # KBibTeX
  234. *~[0-9]*
  235. # TeXnicCenter
  236. *.tps
  237. # auto folder when using emacs and auctex
  238. ./auto/*
  239. *.el
  240. # expex forward references with \gathertags
  241. *-tags.tex
  242. # standalone packages
  243. *.sta
  244. # Makeindex log files
  245. *.lpz
  246. # xwatermark package
  247. *.xwm
  248. # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib
  249. # option is specified. Footnotes are the stored in a file with suffix Notes.bib.
  250. # Uncomment the next line to have this generated file ignored.
  251. #*Notes.bib
  252. ### LaTeX Patch ###
  253. # LIPIcs / OASIcs
  254. *.vtc
  255. # glossaries
  256. *.glstex
  257. ### Python ###
  258. # Byte-compiled / optimized / DLL files
  259. __pycache__/
  260. *.py[cod]
  261. *$py.class
  262. # C extensions
  263. *.so
  264. # Distribution / packaging
  265. .Python
  266. build/
  267. develop-eggs/
  268. dist/
  269. downloads/
  270. eggs/
  271. .eggs/
  272. lib/
  273. lib64/
  274. parts/
  275. sdist/
  276. var/
  277. wheels/
  278. share/python-wheels/
  279. *.egg-info/
  280. .installed.cfg
  281. *.egg
  282. MANIFEST
  283. # PyInstaller
  284. # Usually these files are written by a python script from a template
  285. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  286. *.manifest
  287. *.spec
  288. # Installer logs
  289. pip-log.txt
  290. pip-delete-this-directory.txt
  291. # Unit test / coverage reports
  292. htmlcov/
  293. .tox/
  294. .nox/
  295. .coverage
  296. .coverage.*
  297. .cache
  298. nosetests.xml
  299. coverage.xml
  300. *.cover
  301. *.py,cover
  302. .hypothesis/
  303. .pytest_cache/
  304. cover/
  305. # Translations
  306. *.mo
  307. *.pot
  308. # Django stuff:
  309. local_settings.py
  310. db.sqlite3
  311. db.sqlite3-journal
  312. # Flask stuff:
  313. instance/
  314. .webassets-cache
  315. # Scrapy stuff:
  316. .scrapy
  317. # Sphinx documentation
  318. docs/_build/
  319. # PyBuilder
  320. .pybuilder/
  321. target/
  322. # Jupyter Notebook
  323. # IPython
  324. # pyenv
  325. # For a library or package, you might want to ignore these files since the code is
  326. # intended to run in multiple environments; otherwise, check them in:
  327. # .python-version
  328. # pipenv
  329. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  330. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  331. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  332. # install all needed dependencies.
  333. #Pipfile.lock
  334. # poetry
  335. # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
  336. # This is especially recommended for binary packages to ensure reproducibility, and is more
  337. # commonly ignored for libraries.
  338. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
  339. #poetry.lock
  340. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  341. __pypackages__/
  342. # Celery stuff
  343. celerybeat-schedule
  344. celerybeat.pid
  345. # SageMath parsed files
  346. *.sage.py
  347. # Environments
  348. .env
  349. .venv
  350. env/
  351. venv/
  352. ENV/
  353. env.bak/
  354. venv.bak/
  355. # Spyder project settings
  356. .spyderproject
  357. .spyproject
  358. # Rope project settings
  359. .ropeproject
  360. # mkdocs documentation
  361. /site
  362. # mypy
  363. .mypy_cache/
  364. .dmypy.json
  365. dmypy.json
  366. # Pyre type checker
  367. .pyre/
  368. # pytype static type analyzer
  369. .pytype/
  370. # Cython debug symbols
  371. cython_debug/
  372. # PyCharm
  373. # JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
  374. # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
  375. # and can be added to the global gitignore or merged into this file. For a more nuclear
  376. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
  377. #.idea/
  378. # End of https://www.toptal.com/developers/gitignore/api/latex,jupyternotebooks,python

Powered by TurnKey Linux.