Codebase list python-lsassy / 148e62f5-1e29-4dd2-8a65-f849b3ce9ee5/main .gitignore
148e62f5-1e29-4dd2-8a65-f849b3ce9ee5/main

Tree @148e62f5-1e29-4dd2-8a65-f849b3ce9ee5/main (Download .tar.gz)

.gitignore @148e62f5-1e29-4dd2-8a65-f849b3ce9ee5/mainraw · 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