atomic-image-explorer / .dockerignore
justram's picture
Upload folder using huggingface_hub
fef9918 verified
raw
history blame contribute delete
331 Bytes
# Ignore Python cache files
__pycache__/
*.pyc
*.pyo
# Ignore virtual environments
venv/
env/
.venv/
# Ignore version control system directories
.git/
.gitignore
# Ignore Docker-related files
Dockerfile
.dockerignore
# Ignore IDE/editor-specific files
.vscode/
.idea/
# Ignore any additional temporary files
*.tmp
*.log
*.swp