llm-quant/.gitignore
2025-09-27 21:03:04 +08:00

32 lines
350 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/
app/data/*.json
.json
*.log
# Streamlit temporary files
.streamlit/
# System files
.DS_Store
Thumbs.db