# Temporary files
tmp/
*.tmp
*.bak
*.log

# macOS
.DS_Store

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

# Download artifacts
*.zip
*.tar.gz

# Node
node_modules/

# Python
__pycache__/
*.pyc
.venv/
