| # Editor / OS noise | |
| .DS_Store | |
| .idea/ | |
| .vscode/ | |
| # Python caches | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .pytest_cache/ | |
| .ruff_cache/ | |
| .mypy_cache/ | |
| .coverage | |
| htmlcov/ | |
| # Local environments | |
| .env | |
| .env.* | |
| !.env.example | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Local app/runtime output | |
| flagged/ | |
| data/example/ | |
| data/tmp/ | |
| output.csv | |
| outputs/ | |
| tmp/ | |
| temp/ | |
| # Local Codex app metadata | |
| .codex/ | |