17 lines
177 B
Plaintext
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
|