Codebase list python-lsassy / 661f9919-c23c-47a5-95d2-016722b14d13/upstream .gitignore
661f9919-c23c-47a5-95d2-016722b14d13/upstream

Tree @661f9919-c23c-47a5-95d2-016722b14d13/upstream (Download .tar.gz)

.gitignore @661f9919-c23c-47a5-95d2-016722b14d13/upstreamraw · 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