Files
7000pctAUTO bab75590a7
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Initial commit: Add git-commit-message-linter project
2026-01-29 10:23:43 +00:00

55 lines
443 B
Plaintext

# Python
exact__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
MANIFEST
# Virtual Environment
venv/
env/
ENV/
.venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/
.nox/
coverage.xml
*.cover
# Logs
*.log
# Custom
.commit-linter.yaml
!.pre-commit-hooks.yaml