# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
.eggs/

# Build and Distribution Directories
build/
dist/
cmake-build-*/
_skbuild/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Virtual Environments
venv/
.venv/
env/
.env

# Native Extension Artifacts
*.so
*.pyd
*.dll
*.o
*.obj
*.lib
*.exp

# CFM64 Specific Data Artifacts
# Auto-generated byte-offset indices for TextBlockDataset
*.idx.txt
# Ignore large raw data files downloaded/used for testing
*.h5
*.csv
*.jpg
*.png
*.jpeg
*.webp
!requirements.txt

# IDE and Editor
.vscode/
.vs/
.idea/
*.swp
*.swo

# OS Generated Files
.DS_Store
Thumbs.db
.cache/

# User Requested Blocks
docs/
out/

# Analysis — kept local, not published to the repo
benchmarks/
statistics/
