Codebase list python-lsassy / 14a57193-c20f-40e5-87cc-d1363a1189f8/upstream .gitignore
14a57193-c20f-40e5-87cc-d1363a1189f8/upstream

Tree @14a57193-c20f-40e5-87cc-d1363a1189f8/upstream (Download .tar.gz)

.gitignore @14a57193-c20f-40e5-87cc-d1363a1189f8/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