# Environment files .env *.env # Google Cloud credentials *.json !static/*.json # Database *.db *.sqlite # Uploads and outputs uploads/ *_invoice.json # Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg-info/ dist/ build/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log usage_costs.json # Local test files test_*.py temp/