| .env | |
| .env.bak.* | |
| .venv/ | |
| __pycache__/ | |
| *.pyc | |
| # Agent traces are generated at runtime; keep the folder, ignore the contents. | |
| traces/*.json | |
| traces/*.jsonl | |
| !traces/.gitkeep | |
| .env | |
| .env.bak.* | |
| .venv/ | |
| __pycache__/ | |
| *.pyc | |
| # Agent traces are generated at runtime; keep the folder, ignore the contents. | |
| traces/*.json | |
| traces/*.jsonl | |
| !traces/.gitkeep | |