marianmt-he2arc-sam / .gitignore
johnlockejrr's picture
Upload 4 files
1e8ceb8 verified
raw
history blame contribute delete
430 Bytes
# 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/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Streamlit
.streamlit/
# Model cache (optional - uncomment if you want to exclude cached models)
# .cache/
# models/