Files
JobSourceAgent/.gitignore
2026-06-17 08:38:15 -04:00

21 lines
215 B
Plaintext

# Python
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
.pytest_cache/
# Env / secrets
.env
.env.local
# Output (keep the dir, ignore artifacts)
output/*
!output/.gitkeep
# OS / editor
.DS_Store
.idea/
.vscode/