.env .env.local *.env data/*.db data/*.sqlite* logs/*.log logs/*.jsonl # Python __pycache__/ *.py[cod] .venv/ venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ *.egg-info/ dist/ build/ # Node node_modules/ .next/ out/ .turbo/ *.tsbuildinfo # OS / editor .DS_Store .vscode/ .idea/