invenxion-chatbot / .gitignore
Ibraaheem's picture
Upload 19 files
51ddb70
raw
history blame
297 Bytes
.venv
settings-me.yaml
.ruff_cache
.pytest_cache
.mypy_cache
# byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# unit tests / coverage reports
/tests-results.xml
/.coverage
/coverage.xml
/htmlcov/
# pyenv
/.python-version
# IDE
.idea/
.vscode/
/.run/
.fleet/
# macOS
.DS_Store