# IDE/editor files
.idea/
.vscode/
*.iml

# OS files
.DS_Store
Thumbs.db
Desktop.ini

# Python artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
venv/

# Logs and temporary files
*.log
*.tmp
*.temp
*.bak
*.swp
*.swo

# Build/cache directories
build/
dist/
.cache/
node_modules/

