# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.venv/
venv/
ENV/
env/
.coverage*
coverage.*
wheels/

# Cache
.hypothesis/
.pytest_cache/
.ruff_cache/


# Rust
/target/
Cargo.lock
**/*.rs.bak

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

# OS
.DS_Store
Thumbs.db

# Project specific
*.dylib
*.pyd

# Data files
data/cc100_samples/
