.git
.gitignore
__pycache__
*.py[cod]
.venv
venv/
.pytest_cache
.vscode
.idea
docs/
*.md
!README.md
build/
dist/
*.egg-info
data/
datasets/
.DS_Store

# Rust build artifacts
target/

# Local testing
Dockerfile.test
