forked from jonesberg/DataAnalysisWithPythonAndPySpark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (24 loc) · 625 Bytes
/
.gitignore
File metadata and controls
34 lines (24 loc) · 625 Bytes
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
# We don't want the PDF to take useless space
*.pdf
# Mac-specific useless files
.DS_Store
# Emacs temporary files
.#*
# Python temporary files (cache and helpers)
.mypy_cache/
# Relevant stuff for paperwork
paperwork/
# Early drawings
drawings/
# Chapter revisions
manuscript/chapter_revisions
# Large data files
data/broadcast_logs/BroadcastLogs_2018_Q3_M8.CSV
# Scribbles
scribbles.*
# Data files from Chapter 7 that are too big to be git-ted. Better to download them using the script
/data/backblaze/*.zip
/data/backblaze/d*
# References for chapters and appendixes
chapter_reference.txt
appendix_reference.txt