# Dependencies
node_modules/
venv/
env/
__pycache__/
*.py[cod]
dist/
build/

# IDE and Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Environment variables
.env
.env.local
.env.*.local

# Build output
/dist
/build
*.pyc

# Test coverage
coverage/
.coverage
htmlcov/

# Temporary files
*.tmp
*.temp
.cache
.pytest_cache/

# System files
.DS_Store
Thumbs.db

# Others
*.bak
*.backup
*.orig 

# Text files
*.txt