# Git
.git
.gitignore
.gitattributes

# Docker
docker-compose.yml
Dockerfile
.docker
.dockerignore

# Distribution / packaging
__pycache__
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt
.tox
*.cover
*.log
.git
.mypy_cache
.hypothesis
*.egg-info
.installed.cfg
*.egg
build
develop-eggs
dist
sdist

# 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

# Unit test / coverage reports
htmlcov
.tox
.coverage
.cache
nosetests.xml
coverage.xml
.coverage.*
.pytest_cache

# Sphinx documentation
docs/_build

# PyBuilder
target

# Virtual environment
.env
.venv
env
venv

# Vim swap files
**/*.swp

# VS Code
.vscode

# Credentials
**/credentials.ini