Files
code-interpreter/.gitignore
T
2025-09-19 13:37:58 -07:00

21 lines
151 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
# IDE
.idea/
.vscode/
# OS
.DS_Store