Files
Owlbot/.gitignore
T
LogalDeveloper f20faa317e
CI / Formatting (push) Successful in 6s
CI / Linting (push) Successful in 5s
CI / Tests (Python 3.12) (push) Successful in 2m55s
CI / Tests (Python 3.13) (push) Successful in 2m46s
CI / Tests (Python 3.14) (push) Successful in 2m42s
CI / Type Checking (push) Successful in 10s
CI / Spelling (push) Successful in 9s
Updated Owncast clients to v0.2.5 and added spec-coverage and integration tests to enforce parity with the OpenAPI spec.
2026-04-24 16:57:11 -04:00

38 lines
451 B
Plaintext

# Version file (auto-generated by hatch-vcs)
owlbot/_version.py
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Virtual environments
venv/
.venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Runtime data
data/
logs/
modules/
# Test / coverage artifacts
.coverage
.pytest_cache/
.owncast-test/
# Local configuration (keep config.yaml.example in repo)
config.yaml