# .gitignore

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
.eggs/

# Virtual environment
.venv/
venv/
ENV/
env/

# Jupyter Notebook
.ipynb_checkpoints

# dotenv files
.env
.env.*

## Skills
SKILL.md

# macOS
.DS_Store

# Local testing data
examples/
sample_data/