# --- Editors / IDEs ---
.idea/
.vscode/
*.iml
.obsidian/
**/.obsidian/

# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
*_env/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# --- Secrets / local config ---
.env
.env.*
!.env.example

# --- Runtime / data ---
*.log
/data/
ir-output/
*.ms/
meili_data/

# --- OS ---
.DS_Store
Thumbs.db
