Codebase list python-lsassy / 131ed43a-d587-40fc-be57-8adae73db7f0/main .gitignore
131ed43a-d587-40fc-be57-8adae73db7f0/main

Tree @131ed43a-d587-40fc-be57-8adae73db7f0/main (Download .tar.gz)

.gitignore @131ed43a-d587-40fc-be57-8adae73db7f0/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