-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy path.gitignore
57 lines (57 loc) · 1.11 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
.ipynb_checkpoints/
*.swp
*.html
hello.py
__pycache__/fibo.cpython-36.pyc
fibo.py
sample.txt
workfile.json
workfile.txt
today/backup.db
today/data.db
test.out
circle.png
*.h5
*.npy
dgemm.f
dgemm.pyf
euclidian_norm.f
euclidian_norm.f90
mylapack.cpython-36m-darwin.so
*.so
vect.cpython-36m-darwin.so.dSYM/Contents/Info.plist
*.out
*.o
*.d
*.c
examples/
setup.py
lp_results.txt
sparkmonitor_kernelextension.log
*.pyc
solutions/__pycache__/__init__.cpython-36.pyc
solutions/classes/__pycache__/__init__.cpython-36.pyc
solutions/classes/__pycache__/grocery.cpython-36.pyc
solutions/classes/__pycache__/polynomial.cpython-36.pyc
ipython_cell_input.py
sparkmonitor_serverextension.log
.pytest_cache/v/cache/lastfailed
.pytest_cache/v/cache/nodeids
None0000000.png
tests.py
*.pyc
solutions/classes/__pycache__/__init__.cpython-36.pyc
solutions/classes/__pycache__/grocery.cpython-36.pyc
solutions/classes/__pycache__/polynomial.cpython-36.pyc
envs/
.doit.db
build/
pool.py
process_pool.py
notebooks/cython_f_example.pyx
notebooks/cython_omp.pyx
notebooks/today/data.db
notebooks/today/backup.db
notebooks/_build/
notebooks/today/
notebooks/demo.py