# OS / editor
.DS_Store
.idea/
.vscode/
*.code-workspace
.qoder/

# Local environment
.env
.env.*
!.env.example
!example.env
.venv/
venv/
env/
private*/

# Python caches / test artifacts
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

# Packaging / build outputs
build/
dist/
*.egg-info/

# Logs / temporary files
*.log
nohup.out
nohup*.out
log/
logs/
runs/
tmp*/
temp*/
.trash/

# ReMe runtime data
.reme/
vault/
*.db
*.sqlite
*.sqlite3

# Documentation build outputs
docs/_build/
site/

evaluation/
datasets/
