
# Pycharm
.idea

# vim
*.sw[op]
Session.vim

# python virtual env
venv
.venv
__pycache__/
*.py[cod]
*$py.class
*.spec

.env
*.env
*.log
*.bak
*~

# db
*.db
db.sqlite3

nohup.out

# cmake
cmake_install.cmake
CMakeCache.txt
CMakeFiles

# build files
*.a
*.so
*.o
a.out
*.exe
*.ipk

build/
dist/
node_modules/

.tns

.autoenv.zsh
.autoenv_leave.zsh

*.tar
*.gz
*.zip


.redo/
