# Entroly
target/
.venv/
__pycache__/
*.pyc
dist/
*.whl

# Compiled extensions
*.pyd
*.so
*.dll

# Generated output
bench/results.tsv

# Scratch / debug artifacts
*.restored
.tmp/
.test_vault/

# Build & lint logs (keep CI clean)
*_errors.txt
*_errors2.txt
*_output.txt
*_dump.txt
*_list.txt

# IDE / editor
claudecode/
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Benchmark workflow artifacts (regenerated each run)
bench_section.md
bench_output.txt
test_output.txt
