SequentialMonteCarlo / .gitignore
apingali
Add Plain-English Translator with SMC particle filtering
2276e5e
raw
history blame contribute delete
472 Bytes
# Claude Code documentation (not needed in HF Spaces)
CLAUDE.md
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
.env
.venv
env/
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Jupyter
.ipynb_checkpoints/
# Model cache
*.bin
*.safetensors
.cache/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Gradio
flagged/