-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
52 lines (43 loc) · 905 Bytes
/
.gitignore
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
# if you are producing data in a repo with
.ipynb_checkpoints
*/.ipynb_checkpoints/*
*.log
*.pot
*.pyc
*/*/*/__pycache__/
*/*/__pycache__/
*/__pycache__/
*.log
*.pot
*.pyc
*/*/*/__pycache__/
*/*/__pycache__/
*/__pycache__/
# generated data
/resources/surveydata/*
/resources/sourcestobigforgithub/
/resources/statentpop/ag-b-00.03-22-STATENT2017/STATENT2017_N08_V190822.csv
/resources/locationdata/infrastructure_rankings/*
/resources/locationdata/beaches_pop_bfs.csv
/resources/locationdata/beaches_with_ranks.csv
/resources/locationdata/list_of_beaches.json
/output/code_groups/*.jpeg
/output/code_groups/*.jpg
<<<<<<< HEAD
/utilities/__pycache__/*
=======
/__pycache__/
>>>>>>> main
# /output/*
# IPython
profile_default/
ipython_config.py
# Remove previous ipynb_checkpoints
# git rm -r .ipynb_checkpoints/
# jetbrains IDE stuff
*.iml
.idea/
# ms IDE stuff
*.code-workspace
.history
.vscode