# Build output
dist/
*.egg-info/

# Python
__pycache__/
*.py[cod]
*.pyo
.venv/
.env

# uv (optional lockfile; not tracked in this repo)
uv.lock

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Editor
.idea/
.vscode/
*.swp
*.swo

# Cursor
.cursor/