# OS / Editor
.vscode/
.DS_Store
Thumbs.db
*.swp
*.swo
*.tmp

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Python
__pycache__/
*.py[cod]
*$py.class
*.pyd
.python-version
.venv/
venv/
env/
ENV/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.eggs/
*.egg-info/
dist/
build/
pip-wheel-metadata/

# Backend local data
*.db
*.sqlite
*.sqlite3

# Frontend / Node / Vite
node_modules/
frontend/dist/
frontend/.vite/
frontend/.cache/
frontend/coverage/
*.tsbuildinfo

# Environment files
.env
.env.*
!.env.example
backend/.env
backend/.env.*
!backend/.env.example
frontend/.env
frontend/.env.*
!frontend/.env.example

# IDE
.idea/
.vs/

# Python packaging / build
*.whl
MANIFEST
.hatch/
__pypackages__/

# My Habits
.vibe/