Codebase list python-lsassy / 3c09eed1-4dcb-4055-8da0-c17eb683d052/main .gitignore
3c09eed1-4dcb-4055-8da0-c17eb683d052/main

Tree @3c09eed1-4dcb-4055-8da0-c17eb683d052/main (Download .tar.gz)

.gitignore @3c09eed1-4dcb-4055-8da0-c17eb683d052/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