Files
InfoGenie/.gitignore

28 lines
289 B
Plaintext

# Logs / local runtime
debug-logs/
*.log
# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
# Frontend (Node/React)
node_modules/
build/
dist/
.vite/
# Backend (Python/Flask)
__pycache__/
*.py[cod]
.venv/
venv/
# Env (do not commit secrets)
InfoGenie-backend/.env
.env.local
.env.*.local