YoonJ-C
chore: commit local changes (app.py, static assets, index.html, requirements) and add README_FIREBASE
c359d3c
raw
history blame contribute delete
706 Bytes
# User Data - DO NOT UPLOAD TO GITHUB
users_data.json
# Environment Variables - Contains API Keys
.env
# Firebase Service Account Key - NEVER COMMIT THIS!
serviceAccountKey.json
*serviceAccountKey*.json
firebase-adminsdk-*.json
# Python Virtual Environment
.venv/
venv/
env/
ENV/
# Python Cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Flask
instance/
.webassets-cache
# IDE/Editor
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Testing
.pytest_cache/
.coverage
htmlcov/
# RAG test data
rag_data/
# Other
*.bak
*.tmp
docs/
etc/