Codebase list python-lsassy / edc2007a-974b-4cf3-b3da-e4bfd7c934a4/upstream .gitignore
edc2007a-974b-4cf3-b3da-e4bfd7c934a4/upstream

Tree @edc2007a-974b-4cf3-b3da-e4bfd7c934a4/upstream (Download .tar.gz)

.gitignore @edc2007a-974b-4cf3-b3da-e4bfd7c934a4/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