# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo

# Secrets
.env
.env.*
!.env.example

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
env/
.eggs/
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
build/
dist/
pip-wheel-metadata/

# Node / frontend
frontend/node_modules/
frontend/dist/
frontend/.vite/
frontend/.vercel/
npm-debug.log*
yarn-error.log

# Generated by the wheel build hook (hatch_build.py)
nengok/server/static/

# Nengok runtime
artifacts/*/
!artifacts/.gitkeep
!artifacts/README.md
.nengok/
*.db
*.db-journal
*.sqlite
*.sqlite3

# Logs
*.log

# Phoenix local data (if running `phoenix serve` from the repo root)
.phoenix/
