# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
build/
dist/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
*.sqlite3
db.sqlite3

# Node
node_modules/
.pnpm-store/
*.tsbuildinfo
.vite/
.astro/

# Build outputs
apps/landing/dist/
apps/docs/site/
packages/web/dist/
packages/conjure/conjure/static/conjure/assets/

# Env
.env
.env.local
.env.*.local
!.env.example

# OS / editor
.DS_Store
.idea/
.vscode/*
!.vscode/extensions.json
*.swp
