Files
codeguard-cli/.gitignore

21 lines
147 B
Plaintext

__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.pytest_cache
.coverage
htmlcov
*.log
.DS_Store
.vscode
.idea
*.swp
*.swo
~