You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

75 lines
634 B

# 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
MANIFEST
# Jupyter Notebook
.ipynb_checkpoints
# PyCharm
.idea/
webui/prediction_results/*.json
# VS Code
.vscode/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
*~
# Data files (large files)
*.feather
*.parquet
*.h5
*.hdf5
# Model files (large files)
*.pth
*.pt
*.ckpt
*.bin
# Logs
*.log
logs/
# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Temporary files
*.tmp
*.temp
temp/
tmp/