Codebase list python-lsassy / 63098994-e855-406a-a84a-c3c1a88556df/upstream .gitignore
63098994-e855-406a-a84a-c3c1a88556df/upstream

Tree @63098994-e855-406a-a84a-c3c1a88556df/upstream (Download .tar.gz)

.gitignore @63098994-e855-406a-a84a-c3c1a88556df/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