# 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/

TODO

# Written by the build from the git tag.
src/comodor/_version.py

# uv writes this when it resolves an environment here. Comodor is a library
# as well as an application; a lock file would pin its users, not just us.
uv.lock
