# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

# lqh runtime data
.lqh/

# Generated test-run reports (existing files stay tracked as history;
# use `git add -f` to deliberately commit a new report)
tests/harness/reports/

# Local training data + lqh project working dirs (not package code)
bvi-10k-sft/
bvi-256-sft/
bvi-full-20k/
project3/
project4/
project5/

# Deployment / local scripts
build_and_deploy.sh
copy_to_*.sh

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

# OS
.DS_Store
Thumbs.db
