46 lines
520 B
Plaintext
46 lines
520 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
.pytest_cache/
|
|
|
|
# Python runtime (portable)
|
|
runtime/
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Database
|
|
*.sqlite3
|
|
*.sqlite3-wal
|
|
*.sqlite3-shm
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# System
|
|
Thumbs.db
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OpenCode state
|
|
.omo/
|
|
|
|
# Update cache (auto-generated by build_update.py)
|
|
.update_cache/
|
|
RUNTIME_CHANGED.txt
|
|
|
|
# Test data (auto-generated CSV files)
|
|
data/*.csv
|
|
data/multi_upload/
|
|
|
|
# User config (contains API keys)
|
|
config/config.yaml
|