| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .Python | |
| *.so | |
| *.egg | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| .env | |
| .venv | |
| venv/ | |
| ENV/ | |
| env/ | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| .DS_Store | |
| sample_output/ | |
| *.log | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| .mypy_cache/ | |
| .ipynb_checkpoints/ | |
| # Frontend development files | |
| frontend/node_modules/ | |
| frontend/.env.local | |
| *.md | |
| !README_git.md | |
| !README.md | |
| test* | |
| executable.py | |
| client_example.py | |
| Docs | |
| prompt.txt |