-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
94 lines (94 loc) · 3.32 KB
/
.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
.DS_Store
*.lock
*__pycache__*
001-mandelbrot-with-opencv/build/*
003-waste-disposal-plots-germany/003/
003-waste-disposal-plots-germany/google_api_key
003-waste-disposal-plots-germany/notebooks/.ipynb_checkpoints/
004-time-series-geo-data/.ipynb_checkpoints/
004-time-series-geo-data/004/
004-time-series-geo-data/features_train.csv
004-time-series-geo-data/libdata/__pycache__/
004-time-series-geo-data/libdata/libdata.egg-info/
004-time-series-geo-data/model.pkl
006-extract-table-from-image/build/
006-extract-table-from-image/bin/
007-parallel-prime-number-haskell/parhask/.gitignore
009-covid19-study/covid/
009-covid19-study/covid19/__pycache__/
010-profile-python-memory-access/env/
010-profile-python-memory-access/*.dat
010-profile-python-memory-access/joblib
010-profile-python-memory-access/joblib-compressed
010-profile-python-memory-access/memory_profile/__pycache__/
010-profile-python-memory-access/pickle
011-tensor/data/
011-tensor/env/
011-tensor/tensor/__pycache__/
011-tensor/checkpoint
011-tensor/model.checkpoint.*
011-tensor/out/
011-tensor/tensor-history.json
011-tensor/tensor.log
012-spark-image-localisation/project/
012-spark-image-localisation/target/
012-spark-image-localisation/sil/target/
013-flatbuffers-serialisation/build/CMakeCache.txt
013-flatbuffers-serialisation/build/CMakeFiles/
013-flatbuffers-serialisation/build/Makefile
013-flatbuffers-serialisation/build/cmake_install.cmake
013-flatbuffers-serialisation/build/flatbuff
013-flatbuffers-serialisation/convert_fbs_to_json.sh
013-flatbuffers-serialisation/schemas/
013-flatbuffers-serialisation/station.bin
014-spark-graph/graph/target/
014-spark-graph/project/
014-spark-graph/target/
015-haskell-lens/hlens/.stack-work/
016-dijkstra-cpp/bin/
017-kosaraju-cpp/bin/
018-graph-traversal/bin/
019-subgraph-optimisation/bin/
020-dockerised-nodejs-cassandra/app/node_modules/
020-dockerised-nodejs-cassandra/app/package-lock.json
021-haskell-semigroup/p21/.stack-work/
022-python-coroutines/env/
023-corona-dashboard/corona/__pycache__/
023-corona-dashboard/corona/data/__pycache__/
023-corona-dashboard/corona_track.egg-info/
024-table-reconstruction-from-image/bin/
024-table-reconstruction-from-image/notebooks/.ipynb_checkpoints/
025-crawl-football-wiki/crawl_football.egg-info/
025-crawl-football-wiki/crawl_football_wiki.egg-info/
025-crawl-football-wiki/crawler/__pycache__/
026-ab-test-simulation/abtest/src/main/scala/tao/Main.scala
026-ab-test-simulation/abtest/project/
026-ab-test-simulation/abtest/src/test/
026-ab-test-simulation/abtest/target/
026-ab-test-simulation/project/
026-ab-test-simulation/target/
027-array-puzzles/puzzle/.gitignore
027-array-puzzles/puzzle/project/
027-array-puzzles/target/
028-puzzles-python/__pycache__/
029-classification-playground/.ipynb_checkpoints/
029-classification-playground/classroom/
030-read-structure-of-pdf/pdf/__pycache__/lib.cpython-37.pyc
029-classification-playground/logs/
033-julia-set-cpp/build/CMakeCache.txt
033-julia-set-cpp/build/CMakeFiles/
033-julia-set-cpp/build/Makefile
033-julia-set-cpp/build/cmake_install.cmake
033-julia-set-cpp/build/julia
.bsp/
.metals/
034-akka-singleton/project/
034-akka-singleton/src/test/
034-akka-singleton/target/
035-akka-large-singleton/project/
035-akka-large-singleton/target/
036-daemon-monitor/bin/
037-scala-puzzles/.bsp/
037-scala-puzzles/.idea/
037-scala-puzzles/project/
037-scala-puzzles/target/