Codebase list python-lsassy / 8ce71901-473d-45d1-aa19-55d4f8832edb/main .gitignore
8ce71901-473d-45d1-aa19-55d4f8832edb/main

Tree @8ce71901-473d-45d1-aa19-55d4f8832edb/main (Download .tar.gz)

.gitignore @8ce71901-473d-45d1-aa19-55d4f8832edb/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