# macOS
.DS_Store

# Python cache
__pycache__/
*.py[cod]

# Claude code
.claude/

# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Virtual environments
.venv/
venv/

# IDE / tooling
.vscode/
.idea/

# Misc
*.log