# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.so
.Python
env/
venv/
pip-wheel-metadata/
.eggs/
dist/
build/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
BLAZEMETRICS_API_REFERENCE.md
BLAZEMETRICS_COURSEWORK.md

model_download.sh

site/
site/*
docs/
docs/*

mkdocs.yml
.pypirc

# Rust
/target/
# Keep Cargo.lock for binary crates (should be committed)

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

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Environment variables
.env
.env.local
