EditP23 / .gitignore
roi's picture
Initial commit: EditP23 project with LFS tracking for binary files
a176955
# Byte-compiled / cache files
__pycache__/
*.py[cod]
# Gradio-specific temporary files
.gradio_cache/
.gradio/
# Temporal
tmp/
# SLURM logs or files
slurm/
*.slurm
# VSCode settings
.vscode/
# Environment files
.env
*.env
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Mac and OS metadata
.DS_Store
# Python virtual environments
venv/
.env/