debug-env / pushignore.txt
hugsbun's picture
feat: complete debugging workflow with HuggingFace Inference API and OpenEnv Stage 1
2058884
Raw
History Blame Contribute Delete
375 Bytes
# Patterns excluded when running: openenv push --exclude pushignore.txt
# Syntax: one glob pattern per line, # = comment
# Moved planning/reference docs — not needed on HF Space
unnecessary/
# Runtime SQLite database — recreated fresh on startup
debug_env/server/debug_env.db
# Python cache (also covered by defaults, but explicit for clarity)
**/__pycache__/
**/*.pyc