# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
.env
.env.*
!.env.example
*.egg-info/
*.egg
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Node / TypeScript
node_modules/
*.tsbuildinfo
.next/
out/
.turbo/
.pnpm-store/

# Reverie data
data/
*.db
*.db-journal
*.db-wal
*.db-shm

# Generated web app bundle (built by scripts/bundle_web_app.py)
apps/api/src/reverie_api/_web_static/

# PyInstaller standalone-binary build artifacts
build_dist/
build_work/
reverie.spec

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# OS
desktop.ini
SRS.md