blob: 8e6bb3a222ceac7ea19a63ea5e1d5fe6d2b6ea3f [file] [log] [blame]
# Ignore bin and pkg folders.
**/bin/*
# We whitelisted pkg folder as some of our project output pkg that can be shared with other projects.
# **/pkg/*
# Visual Studio Code
/.vscode/
/src/.vscode/
# Emacs.
*~
# Vim
*.sw[a-p]
# Python
__pycache__
*.pyc