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

# IDE / OS
.DS_Store
.vscode/
.idea/
*.swp

# Environment
.env
.venv/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Claude Code
.claude/

# Project-specific: old code, notebooks, model weights, experiment data
OT2_Ctrl/
Model_weight/
Test/
experiments/
debug.py
*.ipynb
output/
test_output/
