.gitignore
node_modules/ .env* !.env.example tmp/ *.log .DS_Store dist/ build/ .venv/ __pycache__/ data/cache/ .pytest_cache/ *.egg-info/ *.db-wal *.db-shm
.gitignorenode_modules/ .env* !.env.example tmp/ *.log .DS_Store dist/ build/ .venv/ __pycache__/ data/cache/ .pytest_cache/ *.egg-info/ *.db-wal *.db-shm