mirror of
https://github.com/bquenin/interpreter.git
synced 2026-01-10 20:29:31 +01:00
36 lines
310 B
Plaintext
36 lines
310 B
Plaintext
# Binary
|
|
/interpreter
|
|
/interpreter.exe
|
|
|
|
# Models directory (downloaded on first run)
|
|
models/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
.ruff_cache/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*.iml
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
.env
|
|
|
|
# Claude Code
|
|
.claude/
|
|
|
|
# Debug files
|
|
debug_capture.png
|