Codebase list python-lsassy / a1315ed4-e5bd-4778-ae20-e4da6094e5e0/upstream .gitignore
a1315ed4-e5bd-4778-ae20-e4da6094e5e0/upstream

Tree @a1315ed4-e5bd-4778-ae20-e4da6094e5e0/upstream (Download .tar.gz)

.gitignore @a1315ed4-e5bd-4778-ae20-e4da6094e5e0/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