__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
node_modules/
package.json
package-lock.json
.pytest_cache/
.mypy_cache/
*.so
.DS_Store
Thumbs.db

# Benchmark corpus contains data extracted from private projects
benchmarks/corpus/
benchmarks/results.json
benchmarks/*.mjs
