Codebase list python-lsassy / 63e8cd2f-c05e-41fb-b3f2-de5877d78768/upstream .gitignore
63e8cd2f-c05e-41fb-b3f2-de5877d78768/upstream

Tree @63e8cd2f-c05e-41fb-b3f2-de5877d78768/upstream (Download .tar.gz)

.gitignore @63e8cd2f-c05e-41fb-b3f2-de5877d78768/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