petter2025's picture
Create .hfignore
51fed9c verified
raw
history blame
436 Bytes
# Ignore environment files in Hugging Face Spaces builds
.env
.env.example
.env.local
.env.production
# Ignore Python cache and build files
__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
# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo
# Ignore logs
*.log
*.log.*
logs/
# Ignore system files
.DS_Store
Thumbs.db