forked from openworm/owmeta
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (44 loc) · 729 Bytes
/
Copy path.gitignore
File metadata and controls
46 lines (44 loc) · 729 Bytes
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
*.pyc
*.nml
*.db
*.db.index
*.db.lock
*.db.tmp
build/*
owmeta.egg-info/*
env
dist/*
tests/*.log
tests/_test.conf
OpenWormData/worm.*
worm.fs*
.DS_Store
six-1.7.3*
.eggs/*
.idea/*
zodb_test_db.fs.tmp
zodb_test_db.fs
zodb_test_db.fs.index
zodb_test_db.fs.lock
OpenWormData/scripts/worm.db.tmp
OpenWormData/scripts/worm.db.index
OpenWormData/scripts/worm.db.lock
OpenWormData/scripts/worm.db
examples/*.npy
examples/cell_indices
OpenWormData/WormData.n3
OpenWormData/WormData.n4
*.ipynb
*.out
*.nb
*.orig
snakefood
# I'm not sure what makes .cache, but it isn't human...
.cache
.coverage
.pytest_cache/*
# api docs are generated but housed in the docs/ directory with the handwritten
# kind
docs/api
# owm clone'd databases
.owm/