Files
skillfactor-pipeline/.gitignore

14 lines
153 B
Plaintext

# Secrets — never commit
.env
# Bulk downloads (reproducible via pipeline; large)
data/raw/
# Python
.venv/
__pycache__/
*.pyc
# Local scratch
tmp/