room-visualizer / .gitignore
Codex Preview Deploy
Preview feature/realistic-floor-rendering at 51e5560
35e8281
Raw
History Blame Contribute Delete
530 Bytes
# Build output
data/qa-runs
# Virtual environment
venv/
.venv/
env/
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
# Model cache
.cache/
~/.cache/huggingface/
# Environment variables
.env
.env.local
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Runtime data (uploads and processed job files)
data/uploads/
data/jobs/
# Logs
*.log
uvicorn.log
# Frontend QA runner artifacts when deployed into the Hugging Face Space
node_modules/
playwright-report/
test-results/
*.tsbuildinfo