# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
dist/
build/
.venv/
venv/

# uv
.uv/

# Test / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Aglet runtime artifacts
.aglet/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
