# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.pytest_cache
.env
.dspy_cache
wandb/

# uv
uv.lock
.python-version

# Logs
logs/
*.log

# Cache and temporary files
.cache/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.dylib
*.tex

# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# ROMA-DSPy runtime data
executions/
.checkpoints/
mlruns/
outputs/
data/

# ROMA-DSPy internal documentation and reports
docs/archive/
reports/
servers/
results/

# Tool storage
*.parquet
*.pkl
*.pkl.gz
datasets/

# Docker volumes (if mounted locally)
postgres_data/
minio_data/
checkpoints_data/
cache_data/

# Development artifacts
.coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.tox/

# Database files
*.db
*.sqlite
*.sqlite3

# Sensitive files
*.key

*.pem
*.crt
secrets/

.claude
CLAUDE.md
.*
mlartifacts/

/benchmarks/
run

/scripts/

docs/future_features/
docs/tui/
