llm-quant/.gitignore
2025-09-26 18:21:25 +08:00

30 lines
328 B
Plaintext

# Python cache and build artifacts
__pycache__/
*.py[cod]
*.so
.build/
.eggs/
*.egg-info/
# Virtual environments
.venv/
venv/
ENV/
env/
# Jupyter checkpoints
.ipynb_checkpoints/
# Logs and data
app/data/*.db*
app/data/backups/
app/data/logs/
*.log
# Streamlit temporary files
.streamlit/
# System files
.DS_Store
Thumbs.db