brulee-1's picture
Add files using upload-large-folder tool
901a5f5 verified
Raw
History Blame Contribute Delete
291 Bytes
# Python
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.venv/
venv/
.cache/
.DS_Store
*.log
# Secrets and local state
.env
.env.*
*.pem
*.key
# Scratch outputs only; archived results and weights remain tracked
scratch/
tmp/
runs/
outputs/
# Local agent/project notes
tasks/
.hermes/