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

# Virtual environments
.venv

# Project specific
.cache/
.development/
.cursor/
tmp/
.development/
.dev
.env

# macOS
.DS_Store
