# 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/

# default data directory
local-data/

# potential integration testing data directory
test_data/

#python
.pyc
__pycache__/

# pytype
.pytype

# vscode sftp settings
.vscode/sftp.json

# redis
*.rdb

# mypy
.mypy_cache

# jest coverage cache
coverage/

# downloaded repos and models
scalabel/bot/experimental/*

# python cache
__pycache__/

# python virtual environment
env/
venv/

# local data folder
data/

# vscode workspace configuration
*.code-workspace

# sphinx build folder
_build/

# media files are not in this repo
doc/media

# ignore rope db cache
.vscode/.ropeproject/objectdb

# python build
build/
dist/
scalabel.egg-info
