Add ignore rules

This commit is contained in:
Michael Hohn
2024-11-18 13:11:47 -08:00
committed by =Michael Hohn
parent 4d52176c5a
commit e335b6c843

4
.gitignore vendored
View File

@@ -4,6 +4,9 @@ cmd/server/var/
# vscode project dir
.vscode/
# idea project dir
.idea/
# Compiled binary
cmd/server/server
cmd/agent/agent
@@ -45,6 +48,7 @@ go.work.sum
/qldbminio/qldb
.ipynb_checkpoints/
venv/
venv-*/
*.egg-info
__pycache__
README.html