# mlango projects
mlango.db
mlango.db-wal
mlango.db-shm
artifacts/

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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/
site/

# Editors and OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
dist/
