Codebase list python-lsassy / 1c8ca9e3-163e-42fb-b1e2-66861f8b1cb8/upstream .gitignore
1c8ca9e3-163e-42fb-b1e2-66861f8b1cb8/upstream

Tree @1c8ca9e3-163e-42fb-b1e2-66861f8b1cb8/upstream (Download .tar.gz)

.gitignore @1c8ca9e3-163e-42fb-b1e2-66861f8b1cb8/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