Files
repohealth-cli/.gitignore
7000pctAUTO e0a5d7f4fa
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
Initial upload: Add repohealth-cli project with CI/CD workflow
2026-02-05 17:13:47 +00:00

34 lines
273 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/
ENV/
*.log
.pytest_cache/
.coverage
htmlcov/
*.profile
.DS_Store
.vscode/
.idea/