Skip to content

Commit 6a1e130

Browse files
committed
Removed files from gitignore
1 parent 40f4887 commit 6a1e130

35 files changed

+1897
-0
lines changed

.gitignore

Lines changed: 353 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,353 @@
1+
2+
# Created by https://www.toptal.com/developers/gitignore/api/django,pycharm,visualstudiocode,venv,python
3+
# Edit at https://www.toptal.com/developers/gitignore?templates=django,pycharm,visualstudiocode,venv,python
4+
5+
### Django ###
6+
*.log
7+
*.pot
8+
*.pyc
9+
__pycache__/
10+
local_settings.py
11+
db.sqlite3
12+
db.sqlite3-journal
13+
media
14+
15+
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
16+
# in your Git repository. Update and uncomment the following line accordingly.
17+
# <django-project-name>/staticfiles/
18+
19+
### Django.Python Stack ###
20+
# Byte-compiled / optimized / DLL files
21+
*.py[cod]
22+
*$py.class
23+
24+
# C extensions
25+
*.so
26+
27+
# Distribution / packaging
28+
.Python
29+
build/
30+
develop-eggs/
31+
dist/
32+
downloads/
33+
eggs/
34+
.eggs/
35+
lib/
36+
lib64/
37+
parts/
38+
sdist/
39+
var/
40+
wheels/
41+
share/python-wheels/
42+
*.egg-info/
43+
.installed.cfg
44+
*.egg
45+
MANIFEST
46+
47+
# PyInstaller
48+
# Usually these files are written by a python script from a template
49+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
50+
*.manifest
51+
*.spec
52+
53+
# Installer logs
54+
pip-log.txt
55+
pip-delete-this-directory.txt
56+
57+
# Unit test / coverage reports
58+
htmlcov/
59+
.tox/
60+
.nox/
61+
.coverage
62+
.coverage.*
63+
.cache
64+
nosetests.xml
65+
coverage.xml
66+
*.cover
67+
*.py,cover
68+
.hypothesis/
69+
.pytest_cache/
70+
cover/
71+
72+
# Translations
73+
*.mo
74+
75+
# Django stuff:
76+
77+
# Flask stuff:
78+
instance/
79+
.webassets-cache
80+
81+
# Scrapy stuff:
82+
.scrapy
83+
84+
# Sphinx documentation
85+
docs/_build/
86+
87+
# PyBuilder
88+
.pybuilder/
89+
target/
90+
91+
# Jupyter Notebook
92+
.ipynb_checkpoints
93+
94+
# IPython
95+
profile_default/
96+
ipython_config.py
97+
98+
# pyenv
99+
# For a library or package, you might want to ignore these files since the code is
100+
# intended to run in multiple environments; otherwise, check them in:
101+
# .python-version
102+
103+
# pipenv
104+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
105+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
106+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
107+
# install all needed dependencies.
108+
#Pipfile.lock
109+
110+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
111+
__pypackages__/
112+
113+
# Celery stuff
114+
celerybeat-schedule
115+
celerybeat.pid
116+
117+
# SageMath parsed files
118+
*.sage.py
119+
120+
# Environments
121+
.env
122+
.venv
123+
env/
124+
venv/
125+
ENV/
126+
env.bak/
127+
venv.bak/
128+
129+
# Spyder project settings
130+
.spyderproject
131+
.spyproject
132+
133+
# Rope project settings
134+
.ropeproject
135+
136+
# mkdocs documentation
137+
/site
138+
139+
# mypy
140+
.mypy_cache/
141+
.dmypy.json
142+
dmypy.json
143+
144+
# Pyre type checker
145+
.pyre/
146+
147+
# pytype static type analyzer
148+
.pytype/
149+
150+
# Cython debug symbols
151+
cython_debug/
152+
153+
### PyCharm ###
154+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
155+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
156+
157+
# User-specific stuff
158+
.idea/**/workspace.xml
159+
.idea/**/tasks.xml
160+
.idea/**/usage.statistics.xml
161+
.idea/**/dictionaries
162+
.idea/**/shelf
163+
164+
# AWS User-specific
165+
.idea/**/aws.xml
166+
167+
# Generated files
168+
.idea/**/contentModel.xml
169+
170+
# Sensitive or high-churn files
171+
.idea/**/dataSources/
172+
.idea/**/dataSources.ids
173+
.idea/**/dataSources.local.xml
174+
.idea/**/sqlDataSources.xml
175+
.idea/**/dynamic.xml
176+
.idea/**/uiDesigner.xml
177+
.idea/**/dbnavigator.xml
178+
179+
# Gradle
180+
.idea/**/gradle.xml
181+
.idea/**/libraries
182+
183+
# Gradle and Maven with auto-import
184+
# When using Gradle or Maven with auto-import, you should exclude module files,
185+
# since they will be recreated, and may cause churn. Uncomment if using
186+
# auto-import.
187+
# .idea/artifacts
188+
# .idea/compiler.xml
189+
# .idea/jarRepositories.xml
190+
# .idea/modules.xml
191+
# .idea/*.iml
192+
# .idea/modules
193+
# *.iml
194+
# *.ipr
195+
196+
# CMake
197+
cmake-build-*/
198+
199+
# Mongo Explorer plugin
200+
.idea/**/mongoSettings.xml
201+
202+
# File-based project format
203+
*.iws
204+
205+
# IntelliJ
206+
out/
207+
208+
# mpeltonen/sbt-idea plugin
209+
.idea_modules/
210+
211+
# JIRA plugin
212+
atlassian-ide-plugin.xml
213+
214+
# Cursive Clojure plugin
215+
.idea/replstate.xml
216+
217+
# Crashlytics plugin (for Android Studio and IntelliJ)
218+
com_crashlytics_export_strings.xml
219+
crashlytics.properties
220+
crashlytics-build.properties
221+
fabric.properties
222+
223+
# Editor-based Rest Client
224+
.idea/httpRequests
225+
226+
# Android studio 3.1+ serialized cache file
227+
.idea/caches/build_file_checksums.ser
228+
229+
### PyCharm Patch ###
230+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
231+
232+
# *.iml
233+
# modules.xml
234+
# .idea/misc.xml
235+
# *.ipr
236+
237+
# Sonarlint plugin
238+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
239+
.idea/**/sonarlint/
240+
241+
# SonarQube Plugin
242+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
243+
.idea/**/sonarIssues.xml
244+
245+
# Markdown Navigator plugin
246+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
247+
.idea/**/markdown-navigator.xml
248+
.idea/**/markdown-navigator-enh.xml
249+
.idea/**/markdown-navigator/
250+
251+
# Cache file creation bug
252+
# See https://youtrack.jetbrains.com/issue/JBR-2257
253+
.idea/$CACHE_FILE$
254+
255+
# CodeStream plugin
256+
# https://plugins.jetbrains.com/plugin/12206-codestream
257+
.idea/codestream.xml
258+
259+
### Python ###
260+
# Byte-compiled / optimized / DLL files
261+
262+
# C extensions
263+
264+
# Distribution / packaging
265+
266+
# PyInstaller
267+
# Usually these files are written by a python script from a template
268+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
269+
270+
# Installer logs
271+
272+
# Unit test / coverage reports
273+
274+
# Translations
275+
276+
# Django stuff:
277+
278+
# Flask stuff:
279+
280+
# Scrapy stuff:
281+
282+
# Sphinx documentation
283+
284+
# PyBuilder
285+
286+
# Jupyter Notebook
287+
288+
# IPython
289+
290+
# pyenv
291+
# For a library or package, you might want to ignore these files since the code is
292+
# intended to run in multiple environments; otherwise, check them in:
293+
# .python-version
294+
295+
# pipenv
296+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
297+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
298+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
299+
# install all needed dependencies.
300+
301+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
302+
303+
# Celery stuff
304+
305+
# SageMath parsed files
306+
307+
# Environments
308+
309+
# Spyder project settings
310+
311+
# Rope project settings
312+
313+
# mkdocs documentation
314+
315+
# mypy
316+
317+
# Pyre type checker
318+
319+
# pytype static type analyzer
320+
321+
# Cython debug symbols
322+
323+
### venv ###
324+
# Virtualenv
325+
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
326+
[Bb]in
327+
[Ii]nclude
328+
[Ll]ib
329+
[Ll]ib64
330+
[Ll]ocal
331+
[Ss]cripts
332+
pyvenv.cfg
333+
pip-selfcheck.json
334+
335+
### VisualStudioCode ###
336+
.vscode/*
337+
!.vscode/settings.json
338+
!.vscode/tasks.json
339+
!.vscode/launch.json
340+
!.vscode/extensions.json
341+
*.code-workspace
342+
343+
# Local History for Visual Studio Code
344+
.history/
345+
346+
### VisualStudioCode Patch ###
347+
# Ignore all local history of files
348+
.history
349+
.ionide
350+
351+
# End of https://www.toptal.com/developers/gitignore/api/django,pycharm,visualstudiocode,venv,python
352+
353+
db.sqlite3

0 commit comments

Comments
 (0)