Some checks are pending
CI / ruff (push) Waiting to run
CI / mypy (push) Waiting to run
CI / pytest (push) Waiting to run
CI / package (push) Waiting to run
CI / Install smoke (${{ matrix.label }}) (linux, ubuntu-latest) (push) Blocked by required conditions
CI / Install smoke (${{ matrix.label }}) (macos-arm64, macos-14) (push) Blocked by required conditions
21 lines
238 B
Plaintext
21 lines
238 B
Plaintext
# macOS metadata
|
|
.DS_Store
|
|
|
|
# Editor scratch
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Static HTTP server logs (we don't ship them)
|
|
*.log
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
|
|
# Local-only replica deploy script (never tracked)
|
|
deploy_replica.py
|
|
|
|
.env |