32 lines
281 B
Plaintext
32 lines
281 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Env / secrets
|
|
.env
|
|
*.env
|
|
api_keys*.json
|
|
|
|
# Models / data / runtime
|
|
models/
|
|
data/
|
|
bin/
|
|
runs/
|
|
*.bin
|
|
*.gguf
|
|
*.safetensors
|
|
cached_results/
|
|
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|