# Created by .ignore support plugin (hsz.mobi)

### Python template

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
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/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
.static_storage/
.media/

# Flask stuff:
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/

# Migrations
#**/migrations/**
#!**/migrations
#!**/migrations/__init__.py

# Temp DB
dump.rdb

!/project/apps/lib
node_modules
temp/**
!temp/a
static/**
project/settings/local/db.py
.DS_Store


#IDE
.idea/
.idea/**
.env/**
.package-lock.json
.serverless
.fleet


# IPython
profile_default/
ipython_config.py

.python-version

.pdm.toml
__pypackages__/

# Celery stuff


.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Misc.
share/python-wheels/
.nox/
*.py,cover
.pytest_cache/
cover/
*.log
db.sqlite3
db.sqlite3-journal
.pybuilder/
Pipfile.lock
poetry.lock
pdm.lock


.pypirc
