# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Thumbnails
Thumbs.db

# Cursor IDE
.cursor/
.idea/

# VS Code
.vscode/
*.code-workspace

# Editor backups
*~
*.swp
*.swo
*.bak

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS
.Trash-*

# Temporary files
tmp/
temp/
*.tmp

# Node
node_modules/
package-lock.json
yarn.lock

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
venv/
env/
ENV/

# Build outputs
dist/
build/
*.egg-info/

# Test coverage
.coverage
htmlcov/
.pytest_cache/

# Private/local documentation
tmp/
