Files
openrun/.gitignore
2026-05-18 12:53:24 -04:00

25 lines
273 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Project secrets and data
.secrets/
data/*.db
data/*.db-journal
data/*.db-wal
data/*.db-shm
data/raw/
# Notebook checkpoints
.ipynb_checkpoints/
# OS
.DS_Store