Codebase list python-lsassy / 4f473b07-9c5b-4049-b94a-6b7846f9ae17/upstream .gitignore
4f473b07-9c5b-4049-b94a-6b7846f9ae17/upstream

Tree @4f473b07-9c5b-4049-b94a-6b7846f9ae17/upstream (Download .tar.gz)

.gitignore @4f473b07-9c5b-4049-b94a-6b7846f9ae17/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