2015-03-31 20:14:29 +02:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
2018-03-08 23:22:07 +01:00
|
|
|
*.pyc
|
2015-03-31 20:14:29 +02:00
|
|
|
|
2019-10-01 17:59:59 +02:00
|
|
|
# Static type checker cache
|
|
|
|
.mypy_cache/
|
|
|
|
|
2015-03-31 20:14:29 +02:00
|
|
|
# C extensions
|
|
|
|
*.so
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
2019-04-01 23:42:59 +02:00
|
|
|
venv/
|
2015-03-31 20:14:29 +02:00
|
|
|
build/
|
|
|
|
develop-eggs/
|
|
|
|
dist/
|
|
|
|
downloads/
|
|
|
|
eggs/
|
|
|
|
lib/
|
|
|
|
lib64/
|
|
|
|
parts/
|
|
|
|
sdist/
|
|
|
|
var/
|
|
|
|
*.egg-info/
|
|
|
|
.installed.cfg
|
|
|
|
*.egg
|
|
|
|
|
|
|
|
# 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 reportshtmlcov/
|
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
|
|
|
|
|
|
|
# PyCharm
|
|
|
|
.idea/
|
2018-03-09 00:58:53 +01:00
|
|
|
.vscode/
|
2015-03-31 20:14:29 +02:00
|
|
|
|
|
|
|
# ConfigFile
|
|
|
|
app/config.py
|
|
|
|
|
2015-04-04 14:11:55 +02:00
|
|
|
# Do not add database file
|
2015-03-31 20:14:29 +02:00
|
|
|
*.db
|
2019-12-06 17:46:54 +01:00
|
|
|
*.sqlite
|
2015-03-31 20:38:55 +02:00
|
|
|
|
|
|
|
tmp/
|
2019-12-05 21:10:45 +01:00
|
|
|
<<<<<<< HEAD
|
2019-11-19 18:32:48 +01:00
|
|
|
|
|
|
|
.tern-port
|
2019-12-05 20:38:07 +01:00
|
|
|
|
|
|
|
# Do not add scss cache
|
|
|
|
*.sass-cache
|