Fountain Coach Gitowner-controlled · read only

clientgen-service.git · .gitignore

clientgen-service.git / .gitignore

revision e9d0c2f8718dd12e4d92d7b1faf1f6a071434fb6 · complete file

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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# 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
*.py,cover
.hypothesis/

# Pytest cache
.pytest_cache/

# mypy
.mypy_cache/

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

# VSCode and other editors
.vscode/
.idea/
*.swp

# Docker
*.log
docker-compose.override.yml
.dockerignore

# MacOS
.DS_Store