# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
*.whl

# Virtual environments
.venv/
venv/
env/

# uv
.uv/
uv.lock

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

# OS
.DS_Store
Thumbs.db

# Output SVGs (examples)
*.svg
!examples/*.svg
!demo-animated.svg

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
