forked from CellProfiler/distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
86 lines (86 loc) · 877 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
84
85
86
*$py.class
*.cover
*.dmg
*.egg
*.egg-info/
*.gem
*.log
*.manifest
*.mo
*.pot
*.py[cod]
*.rbc
*.sage.py
*.so
*.spec
*.swp
.cache
.coverage
.coverage.*
.dat*
.DS_Store
.eggs/
.env
.hypothesis/
.idea/
.installed.cfg
.ipynb_checkpoints
.mypy_cache/
.Python
.python-version
.repl_history
.ropeproject
.ruby-gemset
.ruby-version
.rvmrc
.scrapy
.spyderproject
.spyproject
.tox/
.vagrant/
.venv
.webassets-cache
/.bundle/
/.config
/.yardoc/
/_yardoc/
/coverage/
/doc/
/InstalledFiles
/lib/bundler/man/
/pkg/
/rdoc/
/site
/spec/reports/
/test/tmp/
/test/version_tmp/
/tmp/
/vendor/bundle
__pycache__/
build/
build/
celerybeat-schedule
coverage.xml
develop-eggs/
dist/
docs/_build/
downloads/
eggs/
env/
ENV/
Gemfile.lock
htmlcov/
instance/
lib/
lib64/
local_settings.py
macos/CellProfiler
nosetests.xml
parts/
pip-delete-this-directory.txt
pip-log.txt
sdist/
target/
var/
venv/
wheels/