Files
Owlbot/.gitignore
T
LogalDeveloper 84b057a400
Dependency Audit / Dependency Audit (push) Successful in 18s
CI / Formatting (push) Successful in 14s
CI / Linting (push) Successful in 15s
CI / Tests (Python 3.12) (push) Successful in 29s
CI / Tests (Python 3.13) (push) Successful in 28s
CI / Tests (Python 3.14) (push) Successful in 27s
CI / Type Checking (push) Successful in 25s
CI / Spelling (push) Successful in 15s
Added clips module.
2026-03-03 19:29:23 -05:00

37 lines
436 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/
# Local configuration (keep config.yaml.example in repo)
config.yaml