Files
Crabstero/.gitignore
T
LogalDeveloper 85c71faf2d
CI / Formatting (push) Successful in 4s
CI / Linting (push) Successful in 5s
CI / Tests (push) Successful in 8s
CI / Type Checking (push) Successful in 10s
CI / Spelling (push) Successful in 5s
Added Syft SBOM generation to CD workflow.
2026-05-15 12:35:51 -04:00

34 lines
365 B
Plaintext

# Version file (auto-generated by hatch-vcs)
crabstero/_version.py
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
/*.cyclonedx.json
/*.cyclonedx.json.zst
# Virtual environments
venv/
.venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.coverage
# Runtime data
*.db
.env