# Git
.git
.gitignore

# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
.pytest_cache
.coverage
htmlcov
.venv
venv

# Node
node_modules
npm-debug.log
yarn-error.log
.pnpm-store

# IDEs
.vscode
.idea
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Project specific
tmp/
logs/
*.log
deploy/instance_data/
instance_data/
coverage.xml
.cache
htmlcov/
mindroom_output.log
# saas-platform/ is needed for platform-backend Docker build
.mypy_cache/
.ruff_cache/

# Documentation
docs/
# Keep README.md for pyproject.toml
# *.md

# Tests
tests/
