Codebase list python-lsassy / edc571ce-7bfb-4c32-9e31-02cec41f96c5/main .gitignore
edc571ce-7bfb-4c32-9e31-02cec41f96c5/main

Tree @edc571ce-7bfb-4c32-9e31-02cec41f96c5/main (Download .tar.gz)

.gitignore @edc571ce-7bfb-4c32-9e31-02cec41f96c5/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