Files
depaudit-cli/.gitignore

49 lines
422 B
Plaintext

__pycache__
*.py[cod]
*$py.class
*.so
.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
*.pyc
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.coverage.*
cover/
*.cover
*.log
.local
.mypy_cache/
.dmypy.json
dmypy.json
*.pem
.env
.venv
env/
venv/
ENV/
.depaudit_cache/
*.swp
*.swo
*~
.DS_Store