Codebase list python-lsassy / 528fde00-6379-48d7-8801-cec6c16775f9/upstream .gitignore
528fde00-6379-48d7-8801-cec6c16775f9/upstream

Tree @528fde00-6379-48d7-8801-cec6c16775f9/upstream (Download .tar.gz)

.gitignore @528fde00-6379-48d7-8801-cec6c16775f9/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