-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (56 loc) · 1.76 KB
/
Copy path.gitignore
File metadata and controls
56 lines (56 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# ################## Project related stuff
# config.py
credentials.json
.env
**/idea # ignore everything in the idea folder
**/info # ignore everything in the info folder
**/idea/ # ignore everything in the idea folder
**/info/ # ignore everything in the info folder
presentation_notes/
idea/
info/
data/raw/
# Ignore a large file for now
data/raw/cftc_Futures-and-Options Combined Reports_1995-01-01_to_2025-01-01.csv
# ################## Project related stuff - LaTex Main document
seminar/*.toc
seminar/*.aux
seminar/*.log
seminar/*.fdb_latexmk
seminar/*.run.xml
seminar/*.bbl
seminar/*.bcf
seminar/*.out
seminar/*.lot
seminar/*.synctex.gz
seminar/*.lof
seminar/*.fls
# ################## Project related stuff - LaTex Main document beamer presentation
reports/presentation_latex_version/*.toc
reports/presentation_latex_version/*.aux
reports/presentation_latex_version/*.log
reports/presentation_latex_version/*.fdb_latexmk
reports/presentation_latex_version/*.run.xml
reports/presentation_latex_version/*.bbl
reports/presentation_latex_version/*.bcf
reports/presentation_latex_version/*.out
reports/presentation_latex_version/*.lot
reports/presentation_latex_version/*.synctex.gz
reports/presentation_latex_version/*.lof
reports/presentation_latex_version/*.fls
reports/presentation_latex_version/*.nav
reports/presentation_latex_version/*.vrb
reports/presentation_latex_version/*.snm
reports/presentation_latex_version/*.blg
reports/presentation_latex_version/main-blx.bib
.latex-preview-cache/
**/.latex-preview-cache/
main-blx.bib
**/~$* # Ignore all temporary windows files in the whole repo
~$* # Ignore all temporary windows files in the whole repo
~$*.pptx
<del>$* **/</del>$*
# ################## Python related stuff
__pycache__
# ################## Mac related stuff
.DS_Storemain-blx.bib