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
38 lines
451 B
Plaintext
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
|