33 lines
362 B
Plaintext
33 lines
362 B
Plaintext
# Local configuration and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Python environments and caches
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.micro-scout/
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Generated research and training artifacts
|
|
data/
|
|
datasets/
|
|
checkpoints/
|
|
runs/
|
|
logs/
|
|
wandb/
|
|
*.safetensors
|
|
*.gguf
|
|
*.pt
|
|
*.pth
|
|
|
|
# Editor and OS files
|
|
.idea/
|
|
.DS_Store
|