Codebase list python-lsassy / run/5fb4bd4c-a43d-4b44-9a59-d5d55511316e/upstream .gitignore
run/5fb4bd4c-a43d-4b44-9a59-d5d55511316e/upstream

Tree @run/5fb4bd4c-a43d-4b44-9a59-d5d55511316e/upstream (Download .tar.gz)

.gitignore @run/5fb4bd4c-a43d-4b44-9a59-d5d55511316e/upstreamraw · 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