Codebase list python-lsassy / 14e276a4-3cb1-4f80-b57a-98db273f1152/upstream/3.1.4 .gitignore
14e276a4-3cb1-4f80-b57a-98db273f1152/upstream/3.1.4

Tree @14e276a4-3cb1-4f80-b57a-98db273f1152/upstream/3.1.4 (Download .tar.gz)

.gitignore @14e276a4-3cb1-4f80-b57a-98db273f1152/upstream/3.1.4raw · 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