# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
*.egg-info/
dist/
build/
.eggs/

# Node
node_modules/
npm-debug.log*

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Goodseed local data
.goodseed/

# Worktrees
.worktrees/

# age private keys
keys.txt

# Misc
*.log
.env
.env.local

