Codebase list python-lsassy / 6b896d56-b39c-4959-bb2e-c8c68d53c569/main .gitignore
6b896d56-b39c-4959-bb2e-c8c68d53c569/main

Tree @6b896d56-b39c-4959-bb2e-c8c68d53c569/main (Download .tar.gz)

.gitignore @6b896d56-b39c-4959-bb2e-c8c68d53c569/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