# Compiled Python files
__pycache__/
*.pyc
.cache

# OS files
.DS_Store
Thumbs.db
.ipynb_checkpoints/
.directory

# Python build files
*.egg-info/
/dist/
/build/