# Python __pycache__/ *.pyc *.pyo *.pyd .env *.env *.sqlite3 *.db instance/ # Flask *.log *.pot *.mo # VS Code *.code-workspace .vscode/ # Node.js node_modules/ package-lock.json # Frontend build /dist/ /build/ *.map # OS .DS_Store Thumbs.db # Jupyter .ipynb_checkpoints/ # Misc *.bak *.swp *.swo # Protobuf *.pb2.py *.pb2.pyi # Tailwind css/tailwind.css # Logs *.log logs/ # Others *.coverage .coverage # Ignore test output *.out *.tmp