# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.hypothesis/
.pytest_cache/

# Secrets & local data (NEVER commit)
.env
.env.*
!.env.example
server/data/*.db
server/data/*.db-*
server/data/*.crt
server/data/*.csr
*.key
*.pem

# Node / web
node_modules/
.next/
out/

# OS / editor
.DS_Store
*.swp
.idea/
.vscode/

# Generated by sdk/python/hatch_build.py at build time (a copy of server/).
# Never commit it: server/ is the single source.
sdk/python/omem/_server/

# A build artifact: it changes on every typecheck and belongs to nobody.
web/tsconfig.tsbuildinfo
