-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
185 lines (185 loc) · 4.01 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
!*.svg # comment out if you don't need vector files
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# For a library or package, you might want to ignore these files since the code is
# For a library or package, you might want to ignore these files since the code is
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
# install all needed dependencies.
# intended to run in multiple environments; otherwise, check them in:
# intended to run in multiple environments; otherwise, check them in:
# Usually these files are written by a python script from a template
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
# before PyInstaller builds the exe, so as to inject date/other infos into it.
# .python-version
# .python-version
# <django-project-name>/staticfiles/
# Auto-generated tag files
# Byte-compiled / optimized / DLL files
# Byte-compiled / optimized / DLL files
# C extensions
# C extensions
# Celery stuff
# Celery stuff
# Created by https://www.toptal.com/developers/gitignore/api/python,django,vim
# Cython debug symbols
# Cython debug symbols
# Distribution / packaging
# Distribution / packaging
# Django stuff:
# Django stuff:
# Edit at https://www.toptal.com/developers/gitignore?templates=python,django,vim
# End of https://www.toptal.com/developers/gitignore/api/python,django,vim
# Environments
# Environments
# Flask stuff:
# Flask stuff:
# IPython
# IPython
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
# Installer logs
# Installer logs
# Jupyter Notebook
# Jupyter Notebook
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
# Persistent undo
# PyBuilder
# PyBuilder
# PyInstaller
# PyInstaller
# Pyre type checker
# Pyre type checker
# Rope project settings
# Rope project settings
# SageMath parsed files
# SageMath parsed files
# Scrapy stuff:
# Scrapy stuff:
# Session
# Sphinx documentation
# Sphinx documentation
# Spyder project settings
# Spyder project settings
# Swap
# Temporary
# Translations
# Translations
# Unit test / coverage reports
# Unit test / coverage reports
# in your Git repository. Update and uncomment the following line accordingly.
# mkdocs documentation
# mkdocs documentation
# mypy
# mypy
# pipenv
# pipenv
# pyenv
# pyenv
# pytype static type analyzer
# pytype static type analyzer
### Custom ###
### Django ###
### Django.Python Stack ###
### Python ###
### Vim ###
#Pipfile.lock
*$py.class
*.cover
*.egg
*.egg-info/
*.log
*.manifest
*.mo
*.pot
*.py,cover
*.py[cod]
*.pyc
*.sage.py
*.so
*.spec
*~
.Python
.cache
.coverage
.coverage.*
.dmypy.json
.eggs/
.env
.envrc
.hypothesis/
.installed.cfg
.ipynb_checkpoints
.mypy_cache/
.netrwhist
.nox/
.pybuilder/
.pyre/
.pytest_cache/
.python-version
.pytype/
.ropeproject
.scrapy
.spyderproject
.spyproject
.tox/
.venv
.vscode
.webassets-cache
/site
ENV/
MANIFEST
Session.vim
Sessionx.vim
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]*.un~
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
__pycache__/
__pypackages__/
_scripts/
build/
celerybeat-schedule
celerybeat.pid
cover/
coverage.xml
cython_debug/
db.sqlite3
db.sqlite3-journal
develop-eggs/
dist/
dmypy.json
docs/_build/
downloads/
eggs/
env.bak/
env/
htmlcov/
instance/
ipython_config.py
lib/
lib64/
local_settings.py
media
nosetests.xml
parts/
pip-delete-this-directory.txt
pip-log.txt
profile_default/
pyrightconfig.json
sdist/
share/python-wheels/
tags
target/
var/
venv.bak/
venv/
wheels/
_data/
_script.py