rmscript-demo / .dockerignore
dlouapre's picture
dlouapre HF Staff
First commit
65da30d
raw
history blame contribute delete
300 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual environments (but not in backend/)
**/.venv/
**/venv/
**/ENV/
**/env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Tests
tests/
*.egg-info/
# Lock files
uv.lock