# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.pytest_cache/
.ruff_cache/
.ty_cache/
.mypy_cache/

# Build
build/
dist/

# venv / uv
.venv/
.python-version

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Local test artifacts
/tmp-smalt/
/output/

# Secrets
.env
.env.*
