# Backend selection file
.backend

# Virtual environments
venv/
.venv/
env/
venv_all/


# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Debug logs
debug.log
/logs/

# Runtime model cache (downloads, self-quantized checkpoints, job state).
# Root-anchored so it never shadows the tracked codai/models/ source package.
/models/

# Third-party source clone of the GPTQ quantizer — installed into the venv from
# source; the working tree is not part of this repo (it has its own .git).
/GPTQModel/

# Test files
test_*.py
!tests/
!tests/test_admin_auth.py
!tests/test_whisper_server_local_models.py

# Local git worktrees
.worktrees/

# Generated township fighter outputs
township_output/

# Packaging build cache + runtime temp (large artifacts)
.packaging-cache/
tmp/

# Video editor sessions + generated media (runtime artifacts)
video_editor/sessions/
tools/coderai_media/
