| # Python-generated files | |
| __pycache__/ | |
| *.py[oc] | |
| build/ | |
| dist/ | |
| wheels/ | |
| *.egg-info | |
| # Virtual environments | |
| .venv | |
| # env vars | |
| .env | |
| # DS_Store files | |
| .DS_Store | |
| # Precomputed example retrieval indexes are rebuilt from chunks.json | |
| assets/example_bills/**/vector_store/ | |
| *.faiss | |
| *.pkl | |