Codebase list python-lsassy / 3abf87a2-720d-4685-9589-3b4d46d1c40f/upstream/3.1.6 .gitignore
3abf87a2-720d-4685-9589-3b4d46d1c40f/upstream/3.1.6

Tree @3abf87a2-720d-4685-9589-3b4d46d1c40f/upstream/3.1.6 (Download .tar.gz)

.gitignore @3abf87a2-720d-4685-9589-3b4d46d1c40f/upstream/3.1.6raw · 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