Files
2026-06-29 10:08:59 -07:00

17 lines
177 B
Plaintext

# Python
.venv/
__pycache__/
*.pyc
*.egg-info/
.pytest_cache/
.ruff_cache/
# Local env (do NOT commit your real API keys)
.env
# Harbor run outputs
jobs/
# OS junk
.DS_Store