Comp-I / .gitignore
axrzce's picture
Deploy from GitHub main
338d95d verified
raw
history blame contribute delete
925 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
# Virtual Environments
compi-env/
venv/
env/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Jupyter Notebook
.ipynb_checkpoints
# Environment variables
.env
.env.local
.env.*.local
# Data files (large datasets)
data/raw/
data/processed/
*.csv
*.json
*.parquet
*.h5
*.hdf5
# Model files (large pretrained models)
models/pretrained/
*.pth
*.pt
*.ckpt
*.safetensors
# Generated outputs
outputs/images/
outputs/audio/
outputs/videos/
*.wav
*.mp3
*.mp4
*.avi
*.png
*.jpg
*.jpeg
*.gif
# Logs
logs/
*.log
# Cache
.cache/
*.cache
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
temp/
tmp/
# Weights & Biases
wandb/
# Hugging Face cache
.cache/huggingface/