Files
enduro-trails/.gitignore
orchestrator-bot 4fadb789a1
Some checks failed
CI / lint (pull_request) Failing after 4s
CI / test (pull_request) Failing after 6s
CI / build (pull_request) Has been skipped
chore: stop tracking runtime task files
Add .task*.md to .gitignore and remove already-tracked task files from
the index. These are orchestrator runtime artifacts (B-3) and should not
be committed.
2026-06-02 20:02:18 +03:00

24 lines
220 B
Plaintext

__pycache__/
*.pyc
*.pyo
.env
.venv/
venv/
node_modules/
dist/
build/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
*.sqlite
*.db
data/
*.tif
*.tiff
*.mbtiles
.DS_Store
# Orchestrator runtime task files (B-3)
.task*.md