Hackathon-Phase-4 / .gitignore
Claude Code - Backend Implementation Specialist
Deploy AI-powered Todo application to Hugging Face Spaces
f2b5c2a
raw
history blame contribute delete
331 Bytes
.vercel
.env
.env*.local
# Database
*.db
*.db-journal
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Test data and tokens
*.token.json
*_token.json
token.txt
*_test.json
*_response.json
signin_*.json
signup_*.json
fresh_token.json
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
*.log
backend.log