# Virtual environment — never push this
.venv/

# Build output — regenerated by python -m build
dist/
build/
*.egg-info/

# Python cache files
__pycache__/
*.pyc
*.pyo

# Editor files
.cursor/
.vscode/

# OS files
.DS_Store
Thumbs.db