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

# Vault data (local runtime)
vault/documents/
*.db

# IDE / tooling
.idea/
.vscode/
.ruff_cache/
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage

# Environment
.env
.env.*
