# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# VS Code & IDEs
.vscode/
.VSCodeCounter/
.idea/

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.slower
.pytest_cache/
.tokenforge/
.twotrim/
test_output.txt

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Benchmark data (do not commit massive datasets)
benchmarks/data/*.jsonl
bench_results.txt
bench_clean_results.txt
bench_errors.txt
debug_run.log

# Mac OS
.DS_Store
