# Rust
*/target/
target/
# Note: Cargo.lock is currently not tracked in this repository; update this note if the release policy changes.

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyO3
*.pyd
*.dll

# Benchmark results
/target/criterion/

# Performance profiling
flamegraph.svg
perf.data*
callgrind.out.*
*.prof

# Testing artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.cache/

# UV Python package manager
.venv

# Local development
.env
.env.local
*.local

# Temporary files
*.tmp
*.temp

# Build artifacts
*.whl
*.tar.gz

# IDE specific
*.code-workspace
.history/

# Platform specific
*.exe
*.pdb

# Local testing scripts (not committed)
local-test.ps1
local-*.ps1
*-local.*
debug-extension.ps1
fix-extension.ps1
simple_lsp_test.ps1

# Temporary test/debug output files (root-level scratch files)
*_output.txt
*_test.txt
/build_*.txt
/clippy*.txt
/test_*.txt
/ws_*.txt
/check_*.txt
/clippy_*.txt
/test_*.txt
/push*.txt
/merge_*.txt
/fmt_*.txt
/bench_*.txt
/t_*.txt

