# Virtual environments
.venv/
venv/
env/

# Python cache
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Build / distribution
dist/
build/
*.egg-info/
*.egg

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Editor
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# uv lock (optional, commit if you want reproducible installs)
# uv.lock
