[go: up one dir, main page]

uncomment 2.9.1

A CLI tool to remove comments from code using tree-sitter for accurate parsing
Documentation
# Rust specific ignores
/target/
**/*.rs.bk

# Debug files
*.pdb

# IDE - VSCode
.vscode/
*.code-workspace

# IDE - IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr

# IDE - RustRover
.rustover/

# macOS specific
.DS_Store
.AppleDouble
.LSOverride

# Backup files
*.swp
*.bak
*~

# Environment files
.env
.env.local

# Dependency directory
vendor/

# Node.js dependencies in npm package
npm-package/node_modules/
npm-package/pnpm-lock.yaml

# Python cache files
pip-package/uncomment/__pycache__/

# Generated documentation
doc/

# Test repositories and their contents
/test-repos/
!/test-repos/logs/
!/test-repos/*.sh
!/test-repos/*.md

# Integration test repos cache directory
tests/integration_test/repos_cache/

# Test fixtures output
fixtures/failing_files.txt

# Benchmarking artifacts
benchmarks/target/
perf.data
perf.data.old
*.profdata
*.profraw

# Build artifacts
*.so
*.dylib
*.dll

# AI Rules generated files
.claude/agents/
.cursor/rules/
.gemini/settings.json
.github/copilot-instructions.md
.mcp.json
.windsurf/
AGENTS.md
CLAUDE.md
GEMINI.md