Files
EDSS-calc/.gitignore
T
2026-05-19 09:23:31 +02:00

89 lines
1.2 KiB
Plaintext

# =========================
# Python
# =========================
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints/
# =========================
# Virtual environments
# =========================
env/
env*/
venv/
.venv/
enarcelona/
# =========================
# Secrets
# =========================
.env
*.env
# =========================
# Patient data / sensitive data
# =========================
Data/
data/raw/
data/processed/
data/ground_truth/
reference/
# =========================
# Generated results and logs
# =========================
results/
results_edss_benchmark/
*.log
# =========================
# Large/generated file types
# =========================
*.csv
*.tsv
*.json
*.jsonl
*.xlsx
*.xls
*.png
*.PNG
*.jpg
*.jpeg
*.svg
*.pdf
# =========================
# Temporary / backup files
# =========================
*.tmp
*.bak
*.orig
.DS_Store
# =========================
# Keep important code/config/docs
# =========================
!README.md
!requirements.txt
!*.py
!*.md
!*.yml
!*.yaml
!*.toml
# Keep prompt templates / schemas if safe to publish
!prompts/
!prompts/**
!attach/
!attach/*.gbnf
!attach/just_edss_text.txt
!attach/Komplett.txt
# Keep example/synthetic data only
!data/
!data/example/
!data/example/**
!Data/example/
!Data/example/**