# Code Duplicates CLI - Exclusions File
# Lines starting with # are comments
# Supports glob patterns (*, ?, [])

# Version control
.git
.svn
.hg

# Dependencies
node_modules
vendor
target

# Build outputs
dist
build
out
.next
.nuxt

# Python
__pycache__
.pytest_cache
.mypy_cache
.tox
.coverage
*.pyc
*.pyo
*.pyd
.Python
env
.env
.venv
venv
coverage

# IDE and editors
.idea
.vscode
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Logs and temporary files
*.log
*.tmp
*.temp
*.bak
*.backup

# Minified files
*.min.js
*.min.css

# Add your custom exclusions below:
# my-custom-folder
# *.generated.ts
# test-data