2015-01-04 16:23:05 +03:00
|
|
|
# Byte-compiled / optimized / DLL files
|
|
|
|
__pycache__/
|
|
|
|
*.py[cod]
|
|
|
|
|
|
|
|
# Distribution / packaging
|
|
|
|
.Python
|
|
|
|
env/
|
|
|
|
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 reports
|
2016-10-31 01:00:19 +03:00
|
|
|
reports/
|
2015-01-04 16:23:05 +03:00
|
|
|
.tox/
|
|
|
|
.coverage
|
|
|
|
.cache
|
|
|
|
nosetests.xml
|
|
|
|
coverage.xml
|
2021-10-12 19:16:49 +03:00
|
|
|
.hypothesis/
|
2015-01-04 16:23:05 +03:00
|
|
|
|
|
|
|
# Translations
|
|
|
|
*.mo
|
|
|
|
*.pot
|
|
|
|
|
|
|
|
# Django stuff:
|
|
|
|
*.log
|
|
|
|
|
|
|
|
# Sphinx documentation
|
|
|
|
docs/_build/
|
|
|
|
|
|
|
|
# PyBuilder
|
|
|
|
target/
|
2015-01-04 16:30:20 +03:00
|
|
|
|
|
|
|
# PyCharm
|
|
|
|
.idea/
|
|
|
|
|
|
|
|
# Virtualenv
|
2021-10-12 19:16:49 +03:00
|
|
|
venv*/
|
2015-01-04 16:54:25 +03:00
|
|
|
|
|
|
|
# SQLite
|
|
|
|
*.db
|
2015-03-27 02:28:40 +03:00
|
|
|
|
2015-07-06 16:53:09 +03:00
|
|
|
# Vim Rope
|
|
|
|
.ropeproject/
|
2016-10-31 01:37:44 +03:00
|
|
|
|
|
|
|
# C extensions
|
2016-11-15 15:19:17 +03:00
|
|
|
src/dependency_injector/*.h
|
2016-11-03 00:20:06 +03:00
|
|
|
src/dependency_injector/*.so
|
2016-11-15 15:19:17 +03:00
|
|
|
src/dependency_injector/containers/*.h
|
|
|
|
src/dependency_injector/containers/*.so
|
|
|
|
src/dependency_injector/providers/*.h
|
2016-11-03 00:20:06 +03:00
|
|
|
src/dependency_injector/providers/*.so
|
2020-11-16 00:06:42 +03:00
|
|
|
|
|
|
|
# Workspace for samples
|
|
|
|
.workspace/
|