Codebase list python-lsassy / bb427513-801e-4c87-b160-d0379ef78cd2/upstream .gitignore
bb427513-801e-4c87-b160-d0379ef78cd2/upstream

Tree @bb427513-801e-4c87-b160-d0379ef78cd2/upstream (Download .tar.gz)

.gitignore @bb427513-801e-4c87-b160-d0379ef78cd2/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