# Root test scripts and logs
/test_*.py
*.log

# Subtitle files
*.srt

# Root JSON files (output files)
/output_*.json
/test_*.json
/annot_new.json
AGENTS.md
openspec/
.agent/
# Specific JSON files to keep/manage
/annot.json
/apply_annotations.py
!src/subtitlekit/ui/locales/*.json

# Generated version file (created by setuptools-scm)
src/subtitlekit/_version.py

# Python cache
__pycache__/
*.pyc
.pytest_cache/
old_code_backup/

# Virtual environment
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/
.eggs/


# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db
