x-guard / .gitignore
codemo's picture
Upload 7 files
5f7092b verified
raw
history blame contribute delete
686 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
MANIFEST
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.mypy_cache/
.dmypy.json
dmypy.json
# Virtual environments
venv/
venv_qw/
.venv/
env/
.env/
ENV/
# Gradio
.gradio/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Environment & secrets
.env
.env.local
*.pem
# Logs & temp
*.log
*.tmp
*.temp
.cache/
# Model files (common in ML projects - uncomment if needed)
# *.bin
# *.pt
# *.pth
# *.safetensors