Newer
Older
SmTIAS-Evaluation / .gitignore
# Reference copy (not part of this project)
MiniTias/

# Claude Code working files
.claude/plans/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environment
.venv/

# Data and output (large files, not tracked)
data/
output/

# IDE
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/