Codebase list python-lsassy / bffbcb7b-2f75-4f4c-9d3e-8711134bd3bd/main .gitignore
bffbcb7b-2f75-4f4c-9d3e-8711134bd3bd/main

Tree @bffbcb7b-2f75-4f4c-9d3e-8711134bd3bd/main (Download .tar.gz)

.gitignore @bffbcb7b-2f75-4f4c-9d3e-8711134bd3bd/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