# Ignore macOS system files
.DS_Store

# Ignore Windows thumbnail cache
Thumbs.db

# Node.js dependencies
node_modules/

# Python bytecode and environments
__pycache__/
*.py[cod]
*.env

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

# Build output directories
dist/
build/

# Environment files
.env
.env.local

# IDE and editor folders
.vscode/
.idea/

# Miscellaneous
*.tmp
*.swp

# Exception: track your LICENSE file
!LICENSE
