Digi-Biz / .gitignore
Deployment Bot
Automated deployment to Hugging Face
255cbd1
raw
history blame contribute delete
601 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
venv/
env/
ENV/
.venv
# Environment variables
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Storage (created at runtime, but not tracked)
storage/uploads/*
storage/extracted/*
storage/profiles/*
storage/index/*
storage/temp/*
!storage/.gitkeep
# Test coverage
htmlcov/
.coverage
.coverage.*
.pytest_cache/
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.bak