Codebase list python-lsassy / b77c4764-6f9a-420b-acd9-7bc3f42c30fb/upstream .gitignore
b77c4764-6f9a-420b-acd9-7bc3f42c30fb/upstream

Tree @b77c4764-6f9a-420b-acd9-7bc3f42c30fb/upstream (Download .tar.gz)

.gitignore @b77c4764-6f9a-420b-acd9-7bc3f42c30fb/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