2018-11-11 12:40:42 +00:00
|
|
|
|
|
|
|
# Created by https://www.gitignore.io/api/python,django
|
|
|
|
# Edit at https://www.gitignore.io/?templates=python,django
|
|
|
|
|
|
|
|
### Django ###
|
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
*.pyc
|
|
|
|
__pycache__/
|
|
|
|
local_settings.py
|
|
|
|
db.sqlite3
|
|
|
|
media
|
|
|
|
|
|
|
|
# If your build process includes running collectstatic, then you probably don't need or want to include staticfiles/
|
|
|
|
# in your Git repository. Update and uncomment the following line accordingly.
|
|
|
|
# <django-project-name>/staticfiles/
|
|
|
|
|
|
|
|
### Django.Python Stack ###
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
*.py[cod]
|
|
|
|
*$py.class
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
.eggs/
|
|
|
|
lib64/
|
|
|
|
parts/
|
2020-11-30 11:50:08 +00:00
|
|
|
dist/
|
2018-11-11 12:40:42 +00:00
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
wheels/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
MANIFEST
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# 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.
|
|
|
|
*.manifest
|
|
|
|
*.spec
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
pip-log.txt
|
|
|
|
pip-delete-this-directory.txt
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
htmlcov/
|
|
|
|
.tox/
|
|
|
|
.nox/
|
|
|
|
.coverage
|
|
|
|
.coverage.*
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
*.cover
|
|
|
|
.hypothesis/
|
|
|
|
.pytest_cache/
|
2019-12-02 15:43:50 +00:00
|
|
|
unittest.xml
|
2018-11-11 12:40:42 +00:00
|
|
|
|
|
|
|
# Translations
|
2021-11-23 18:09:29 +00:00
|
|
|
# Have to include binary mo files as they are annoying to compile at build time
|
|
|
|
# since a full postgres and redis instance are required
|
|
|
|
# *.mo
|
2018-11-11 12:40:42 +00:00
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
|
|
|
|
# Flask stuff:
|
|
|
|
instance/
|
|
|
|
.webassets-cache
|
|
|
|
|
|
|
|
# Scrapy stuff:
|
|
|
|
.scrapy
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
# Jupyter Notebook
|
|
|
|
.ipynb_checkpoints
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
profile_default/
|
|
|
|
ipython_config.py
|
|
|
|
|
|
|
|
# pyenv
|
|
|
|
.python-version
|
|
|
|
|
|
|
|
# celery beat schedule file
|
|
|
|
celerybeat-schedule
|
|
|
|
|
|
|
|
# SageMath parsed files
|
|
|
|
*.sage.py
|
|
|
|
|
|
|
|
# Environments
|
|
|
|
.env
|
|
|
|
.venv
|
|
|
|
env/
|
|
|
|
venv/
|
|
|
|
ENV/
|
|
|
|
env.bak/
|
|
|
|
venv.bak/
|
|
|
|
|
|
|
|
# Spyder project settings
|
|
|
|
.spyderproject
|
|
|
|
.spyproject
|
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
.ropeproject
|
|
|
|
|
|
|
|
# mkdocs documentation
|
|
|
|
/site
|
|
|
|
|
|
|
|
# mypy
|
|
|
|
.mypy_cache/
|
|
|
|
.dmypy.json
|
|
|
|
dmypy.json
|
|
|
|
|
|
|
|
# Pyre type checker
|
|
|
|
.pyre/
|
|
|
|
|
|
|
|
### Python ###
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
|
|
|
|
# C extensions
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
|
|
|
|
# PyInstaller
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
# Installer logs
|
|
|
|
|
|
|
|
# Unit test / coverage reports
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
|
|
|
|
# Flask stuff:
|
|
|
|
|
|
|
|
# Scrapy stuff:
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
|
|
|
|
# Jupyter Notebook
|
|
|
|
|
|
|
|
# IPython
|
|
|
|
|
|
|
|
# pyenv
|
|
|
|
|
|
|
|
# celery beat schedule file
|
|
|
|
|
|
|
|
# SageMath parsed files
|
|
|
|
|
|
|
|
# Environments
|
|
|
|
|
|
|
|
# Spyder project settings
|
|
|
|
|
|
|
|
# Rope project settings
|
|
|
|
|
|
|
|
# mkdocs documentation
|
|
|
|
|
|
|
|
# mypy
|
|
|
|
|
|
|
|
# Pyre type checker
|
|
|
|
|
|
|
|
### Python Patch ###
|
|
|
|
.venv/
|
|
|
|
|
|
|
|
### Python.VirtualEnv Stack ###
|
|
|
|
# Virtualenv
|
|
|
|
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
|
|
|
[Bb]in
|
|
|
|
[Ii]nclude
|
|
|
|
[Ll]ib64
|
|
|
|
[Ll]ocal
|
|
|
|
pyvenv.cfg
|
|
|
|
pip-selfcheck.json
|
|
|
|
|
|
|
|
# End of https://www.gitignore.io/api/python,django
|
2019-02-21 16:01:12 +00:00
|
|
|
/static/
|
2018-12-18 12:24:26 +00:00
|
|
|
local.env.yml
|
2019-11-07 09:24:27 +00:00
|
|
|
|
2020-11-23 19:50:19 +00:00
|
|
|
media/
|
2021-02-12 08:47:37 +00:00
|
|
|
*mmdb
|
2021-04-29 18:07:53 +00:00
|
|
|
|
|
|
|
.idea/
|
2022-05-08 14:48:53 +00:00
|
|
|
/gen-*/
|
2022-12-15 09:49:51 +00:00
|
|
|
data/
|
2023-03-07 17:22:53 +00:00
|
|
|
|
|
|
|
# Local Netlify folder
|
|
|
|
.netlify
|