michaelchu/optopsy

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
### Python template

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
optopsy-env

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

.DS_Store
.idea
.vscode

/tests/.pytest_cache/

*.swp
*.swo

/venv/