| # Python | |
| .venv/ | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| # Local tooling / secrets | |
| .claude/settings.local.json | |
| # Generated artifacts (regenerated at runtime) | |
| output/ | |
| crypto_ui/analyses/ | |
| roughness_lab/results/ | |
| roughness_lab/gpu_finetune/finetuned/ | |
| *.log | |
| # Large fetched datasets (re-fetch with roughness_lab/fetch_data.py) | |
| roughness_lab/data/*.csv | |
| # Upstream clone keeps its own git history; the app vendors only model/ at deploy time | |
| Kronos/ | |
| # Hugging Face / model caches | |
| .cache/ | |
| *.safetensors | |
| # Tunnel binary + logs | |
| cloudflared.exe | |
| tunnel.*.log | |