# Ignore Python / build artifacts
__pycache__/
*.pyc
.venv/
venv/
*.egg-info/
dist/
build/

# Ignore Node artifacts
node_modules/
frontend/dist/

# Ignore dev/test files
.gsd/
.bg-shell/
*.log
coverage/
.cache/
tmp/
.env
.env.*

# Ignore git
.git/
.gitignore

# Ignore IDE
.idea/
.vscode/
*.code-workspace
*.swp
*.swo
