| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.egg-info/ | |
| .venv/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| # Env & secrets | |
| .env | |
| .env.* | |
| !.env.example | |
| *.local | |
| # Local data / model cache | |
| *.db | |
| *.sqlite3 | |
| .hf_cache/ | |
| .fastembed_cache/ | |
| uploads/ | |
| # OS / editor | |
| .DS_Store | |
| node_modules/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.egg-info/ | |
| .venv/ | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| # Env & secrets | |
| .env | |
| .env.* | |
| !.env.example | |
| *.local | |
| # Local data / model cache | |
| *.db | |
| *.sqlite3 | |
| .hf_cache/ | |
| .fastembed_cache/ | |
| uploads/ | |
| # OS / editor | |
| .DS_Store | |
| node_modules/ | |