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

# Packaging / build artifacts
dist/
build/
*.egg-info/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Pytest
.pytest_cache/
.coverage

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
