Codebase list python-lsassy / 44466a28-991e-42a9-b8b8-e44f31cb7b48/main .gitignore
44466a28-991e-42a9-b8b8-e44f31cb7b48/main

Tree @44466a28-991e-42a9-b8b8-e44f31cb7b48/main (Download .tar.gz)

.gitignore @44466a28-991e-42a9-b8b8-e44f31cb7b48/mainraw · history · blame

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

# Poetry
poetry.lock

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# virtualenv
env
.env
venv
.venv

# IDE
.idea

.coverage
.python-version