# python
__pycache__/
# A virtual environment built in the repository root rather than in
# .venv/ leaves these behind. On Windows the symlinks inside bin/ are
# unreadable, which breaks both `git add` and pytest collection.
bin/
lib64
pyvenv.cfg
*.py[cod]
.venv/
.comodor/
*.db
*.db-shm
*.db-wal
.env
dist/
build/
*.egg-info/
.pytest_cache/

# The comodor.ai site is a separate deliverable and is deliberately not part
# of this repository. It lives in its own tree.
website/
node_modules/
.next/
out/
next-env.d.ts
*.tsbuildinfo
.env*.local
npm-debug.log*
dist/
