# temporary files/cache
*.egg-info
__pycache__
test.json
.gitree

# environment vars
myenv
venv
.env

# IDE stuff
.vscode
.venv
.idea
