Diff of /.gitignore [000000] .. [121e55]

Switch to unified view

a b/.gitignore
1
# DS_Store
2
.DS_Store
3
4
# Byte-compiled / optimized / DLL files
5
__pycache__/
6
*.py[cod]
7
*$py.class
8
9
# C extensions
10
*.so
11
12
# Distribution / packaging
13
.Python
14
build/
15
develop-eggs/
16
dist/
17
downloads/
18
eggs/
19
.eggs/
20
lib/
21
lib64/
22
parts/
23
sdist/
24
var/
25
wheels/
26
pip-wheel-metadata/
27
share/python-wheels/
28
*.egg-info/
29
.installed.cfg
30
*.egg
31
MANIFEST
32
33
# PyInstaller
34
#  Usually these files are written by a python script from a template
35
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
36
*.manifest
37
*.spec
38
39
# Installer logs
40
pip-log.txt
41
pip-delete-this-directory.txt
42
43
# Unit test / coverage reports
44
htmlcov/
45
.tox/
46
.nox/
47
.coverage
48
.coverage.*
49
.cache
50
nosetests.xml
51
coverage.xml
52
*.cover
53
*.py,cover
54
.hypothesis/
55
.pytest_cache/
56
57
# Translations
58
*.mo
59
*.pot
60
61
# Django stuff:
62
*.log
63
local_settings.py
64
db.sqlite3
65
db.sqlite3-journal
66
67
# Flask stuff:
68
instance/
69
.webassets-cache
70
71
# Scrapy stuff:
72
.scrapy
73
74
# Sphinx documentation
75
docs/_build/
76
77
# PyBuilder
78
target/
79
80
# Jupyter Notebook
81
.ipynb_checkpoints
82
83
# IPython
84
profile_default/
85
ipython_config.py
86
87
# pyenv
88
.python-version
89
90
# pipenv
91
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
92
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
93
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
94
#   install all needed dependencies.
95
#Pipfile.lock
96
97
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
98
__pypackages__/
99
100
# Celery stuff
101
celerybeat-schedule
102
celerybeat.pid
103
104
# SageMath parsed files
105
*.sage.py
106
107
# Environments
108
.env
109
.venv
110
venv/
111
env.bak/
112
venv.bak/
113
114
# Spyder project settings
115
.spyderproject
116
.spyproject
117
118
# Rope project settings
119
.ropeproject
120
121
# mkdocs documentation
122
/site
123
124
# mypy
125
.mypy_cache/
126
.dmypy.json
127
dmypy.json
128
129
# Pyre type checker
130
.pyre/
131
132
# vscode
133
.vscode/settings.json
134
135
# data
136
data/gene_programs/*
137
data/spatial_omics/*
138
!data/gene_programs/metabolite_enzyme_sensor_gps/
139
140
# artifacts
141
artifacts
142
143
# charliecloud image for HPC
144
/env/nichecompass.tar.gz