llm-data-analyzer / .gitignore
Arif
Initial commit
2b6c2ca
raw
history blame contribute delete
550 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
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Environment
.env
.env.local
.env.*.local
# Testing
.pytest_cache/
.coverage
htmlcov/
# ML/Data
*.pkl
*.joblib
*.h5
*.pth
models/
data/
# Temporary
tmp/
temp/
uploads/
*.tmp
# Docker
.dockerignore
docker-compose.override.yml
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db