# Python
__pycache__/
*.py[cod]
*.pyo
*.so

# Packaging
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing / coverage
.pytest_cache/
.hypothesis/
.ipynb_checkpoints/
.tox/
.coverage
coverage.xml
htmlcov/

# Type checking
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db

# Project-specific
turboquant-torch-prompt.md
uv.lock

# Benchmark generated data (reproducible via run_benchmarks.py)
benchmarks/results.json
benchmarks/*_results.json

# Demo generated files
assets/demo-output.txt
assets/demo-timing.log
assets/demo.gif
examples/demo/demo-screenshot.png

# HuggingFace model cache
models--*/
