.gitignore
node_modules/ .env .env.* !.env.example tmp/ *.log .DS_Store dist/ build/ .next/ .cache/ .parcel-cache/ coverage/ __pycache__/ *.pyc *.pyo .venv/ venv/ .pytest_cache/ .ruff_cache/ .idea/ .vscode/ *.swp *.swo .qodo/ out/ *.bak *.bak.* *.pre-* *.orig *.rej *~