| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| build/ | |
| develop-eggs/ | |
| dist/ | |
| downloads/ | |
| eggs/ | |
| .eggs/ | |
| lib/ | |
| lib64/ | |
| parts/ | |
| sdist/ | |
| var/ | |
| wheels/ | |
| pip-wheel-metadata/ | |
| share/python-wheels/ | |
| *.egg-info/ | |
| .installed.cfg | |
| *.egg | |
| MANIFEST | |
| # Virtual Environment | |
| venv/ | |
| env/ | |
| ENV/ | |
| env.bak/ | |
| venv.bak/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Gradio | |
| .gradio/ | |
| gradio_cached_examples/ | |
| # Temporary files | |
| testing_space/ | |
| temp_diagrams/ | |
| *.tmp | |
| *.temp | |
| temp_*/ | |
| output/ | |
| # Logs | |
| *.log | |
| logs/ | |
| # PlantUML output | |
| *.puml | |
| *.png | |
| *.svg | |
| diagrams/ | |
| # Environment variables | |
| .env | |
| .env.local | |
| .env.*.local | |
| # Node modules (for MCP tools) | |
| node_modules/ | |
| package-lock.json | |
| # Test files | |
| test_*.py | |
| *_test.py | |
| tests/ | |
| # Documentation build | |
| docs/_build/ | |
| # Coverage reports | |
| htmlcov/ | |
| .coverage | |
| .coverage.* | |
| coverage.xml | |
| *.cover | |
| .hypothesis/ | |
| .pytest_cache/ | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # pyenv | |
| .python-version | |
| # Celery | |
| celerybeat-schedule | |
| celerybeat.pid | |
| # SageMath parsed files | |
| *.sage.py | |
| # Spyder project settings | |
| .spyderproject | |
| .spyproject | |
| # Rope project settings | |
| .ropeproject | |
| # mkdocs documentation | |
| /site | |
| # mypy | |
| .mypy_cache/ | |
| .dmypy.json | |
| dmypy.json | |
| repomix-output.xml |