Files
openrun/.gitignore
2026-05-19 08:34:22 -04:00

30 lines
325 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/
# Test artefacts
.pytest_cache/
.coverage
htmlcov/
# OS
.DS_Store