Codebase list python-lsassy / 22a996a8-b893-4301-8e9c-add2894a9f67/upstream .gitignore
22a996a8-b893-4301-8e9c-add2894a9f67/upstream

Tree @22a996a8-b893-4301-8e9c-add2894a9f67/upstream (Download .tar.gz)

.gitignore @22a996a8-b893-4301-8e9c-add2894a9f67/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