-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
83 lines (73 loc) · 918 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
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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.vscode/
# Jupyter Notebook
.ipynb_checkpoints
#perl
!Build/
.last_cover_stats
/META.yml
/META.json
/MYMETA.*
*.o
*.pm.tdy
*.bs
# C extensions
*.so
#haskel
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
# rust
target/
debug/
Cargo.lock
**/*.rs.bk
*.pdb
# AoC inputs
input_1.txt
input_2.txt
input_3.txt
input_4.txt
input_5.txt
input_6.txt
input_7.txt
input_8.txt
input_9.txt
input_10.txt
input_11.txt
input_12.txt
input_13.txt
input_14.txt
input_15.txt
input_16.txt
input_17.txt
input.txt
input2.txt
instructions.md
test_input.txt
races.json
second_test_input.txt
batgrl/