Files
Frank Schwenk b09f90bfcc
CI / lint-and-test (pull_request) Failing after 9s
fix: lock meta RMW and harden concurrent remix paths
Prevent worker/web clobbering of meta variants via flock and merge-by-id,
make filter timeouts thread-local, harden job-id/stem sanitization, migrate
TemplateResponse API, and remove the compare-bg experiment.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-18 17:44:15 +02:00

28 lines
280 B
Plaintext

# Secrets
.env
# Runtime data (bind-mounted / Syncthing share — never in git)
/data/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
.venv-*/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
# OS / editor noise
.DS_Store
*.swp
*~
.idea/
.vscode/