# Environment - created with: uv venv --python 3.14t
.venv/
venv/
.env

# Python bytecode and build artifacts
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Test and tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Editors
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
