a | b/.gitignore | ||
---|---|---|---|
1 | <<<<<<< HEAD |
||
2 | *.swp |
||
3 | .ipynb_checkpoints/ |
||
4 | .env/ |
||
5 | data/* |
||
6 | models/* |
||
7 | movie_results/* |
||
8 | logos/* |
||
9 | *.png |
||
10 | cifs* |
||
11 | *.txt |
||
12 | *.tsv |
||
13 | meme_4.11.0/* |
||
14 | visualization_results/* |
||
15 | visualization_methods/* |
||
16 | extras/* |
||
17 | PSB_MODELS/ |
||
18 | ======= |
||
19 | # Compiled Lua sources |
||
20 | luac.out |
||
21 | |||
22 | # luarocks build files |
||
23 | *.src.rock |
||
24 | *.zip |
||
25 | *.tar.gz |
||
26 | |||
27 | # Object files |
||
28 | *.o |
||
29 | *.os |
||
30 | *.ko |
||
31 | *.obj |
||
32 | *.elf |
||
33 | |||
34 | # Precompiled Headers |
||
35 | *.gch |
||
36 | *.pch |
||
37 | |||
38 | # Libraries |
||
39 | *.lib |
||
40 | *.a |
||
41 | *.la |
||
42 | *.lo |
||
43 | *.def |
||
44 | *.exp |
||
45 | |||
46 | # Shared objects (inc. Windows DLLs) |
||
47 | *.dll |
||
48 | *.so |
||
49 | *.so.* |
||
50 | *.dylib |
||
51 | |||
52 | # Executables |
||
53 | *.exe |
||
54 | *.out |
||
55 | *.app |
||
56 | *.i*86 |
||
57 | *.x86_64 |
||
58 | *.hex |
||
59 | |||
60 | >>>>>>> 5812beda7907d39977f4c6acadf37abef99abee1 |