Files
repohealth-cli/.gitignore
Developer 5b74fccad8
Some checks failed
CI / lint (push) Successful in 9m27s
CI / test (push) Failing after 4m46s
CI / build (push) Has been skipped
fix: update CI workflow with proper checkout paths
2026-02-05 18:03:00 +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/