Codebase list python-lsassy / 3d2d20d1-bd28-43df-b8c1-62d30274bb24/main .gitignore
3d2d20d1-bd28-43df-b8c1-62d30274bb24/main

Tree @3d2d20d1-bd28-43df-b8c1-62d30274bb24/main (Download .tar.gz)

.gitignore @3d2d20d1-bd28-43df-b8c1-62d30274bb24/mainraw · history · blame

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# 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

# Tests
tests/tests_config.py