digiPal / .gitignore
BladeSzaSza's picture
new design
fe24641
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Data and Cache
data/
cache/
*.cache
.cache/
tmp/
temp/
# Model files
*.bin
*.pth
*.pt
*.onnx
*.safetensors
models_cache/
# Generated files
*.log
*.png
*.jpg
*.jpeg
*.gif
*.mp3
*.wav
*.glb
*.obj
*.fbx
*.dae
# Secrets
.env
.env.local
secrets.json
# HuggingFace
.huggingface/
# Gradio
flagged/
gradio_cached_examples/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
# Documentation
docs/_build/
site/
# OS files
Thumbs.db
ehthumbs.db
Desktop.ini
.Spotlight-V100
.Trashes
# Backup files
*.bak
*.backup
*~
# Custom
/data/users/*
/data/monsters/*
/data/models/*
/data/cache/*
!/data/users/.gitkeep
!/data/monsters/.gitkeep
!/data/models/.gitkeep
!/data/cache/.gitkeep