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

# Virtual environments
.venv/
venv/
ENV/

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

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

# Compiled DB (build artifacts)
*.db
*.db-shm
*.db-wal
!tests/fixtures/build_test_db.py

# Build pipeline scratch (tools/rebuild.sh, tools/vpic_pare_down.py)
tools/out/diff_report.txt
tools/tmp_download/

# Environment variables
.env

# Hugging Face CLI cache
.huggingface/

# macOS
.DS_Store

# Node (irrelevant)
node_modules/
package-lock.json
