3D-MOOD / .gitignore
RoyYang0714's picture
feat: Try to build everything locally.
9b33fca
# no IntelliJ files
.idea
# don't upload macOS folder info
*.DS_Store
# don't upload node_modules from npm test
node_modules/*
flow-typed/*
# potential files generated by golang
bin/
# don't upload webpack bundle file
app/dist/
# potential integration testing data directory
# test_data/
/data
#python
*.pyc
__pycache__/
# pytype
.pytype
# vscode sftp settings
.vscode/sftp.json
# vscode launch settings
.vscode/launch.json
# redis
*.rdb
# mypy
.mypy_cache
# jest coverage cache
coverage/
# downloaded repos and models
scalabel/bot/experimental/*
# python virtual environment
env/
# vscode workspace configuration
*.code-workspace
# sphinx build folder
_build/
# media files are not in this repo
doc/media
# ignore rope db cache
.vscode/.ropeproject
# python build
build/
dist/
# coverage
.coverage*
# package default workspace
vis4d-workspace
*.tmp
# local test logs and scripts
log/
/*.sh
docs/source/api/*
docs/source/tutorials/.ipynb_checkpoints/*
wandb/
# No lightning logs
lightning_logs/