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 project dir
.vscode/ .vscode/
# idea project dir
.idea/
# Compiled binary # Compiled binary
cmd/server/server cmd/server/server
cmd/agent/agent cmd/agent/agent
@@ -45,6 +48,7 @@ go.work.sum
/qldbminio/qldb /qldbminio/qldb
.ipynb_checkpoints/ .ipynb_checkpoints/
venv/ venv/
venv-*/
*.egg-info *.egg-info
__pycache__ __pycache__
README.html README.html