Codebase list python-lsassy / 4b8defd6-ea93-4f23-870e-a382a491e5b4/main .gitignore
4b8defd6-ea93-4f23-870e-a382a491e5b4/main

Tree @4b8defd6-ea93-4f23-870e-a382a491e5b4/main (Download .tar.gz)

.gitignore @4b8defd6-ea93-4f23-870e-a382a491e5b4/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