Spaces:
Running
on
Zero
Running
on
Zero
# igonore all pychace | |
**/__pycache__/ | |
*.py[cod] | |
*$py.class | |
# ignore tmp & output files | |
_data/ | |
tmp/ | |
*.npz | |
*.blend | |
*.blend1 | |
*.blend2 | |
# ignore logs | |
wandb/ | |
lightning_logs/ | |
*.log | |
# ignore experiments | |
experiments/ | |
results/ | |
dataset_clean/ | |
logs/ | |
datalist/ | |
dataset_inference/ | |
dataset_inference_clean/ | |
feature_viz/ | |
# Distribution / packaging | |
dist/ | |
build/ | |
*.egg-info/ | |
*.egg | |
*.whl | |
# Virtual environments | |
venv/ | |
env/ | |
.env/ | |
.venv/ | |
# IDE specific files | |
.idea/ | |
.vscode/ | |
*.swp | |
*.swo | |
.DS_Store | |
# Jupyter Notebook | |
.ipynb_checkpoints | |
*.ipynb | |
# Unit test / coverage reports | |
htmlcov/ | |
.tox/ | |
.coverage | |
.coverage.* | |
coverage.xml | |
*.cover |