# Virtual environment
.venv/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/

# BinaryByte runtime files
.binarybyte/
.cursor/

# Test and tooling caches
.pytest_cache/
.mypy_cache/
.cache/

# OS files
.DS_Store

# IDEs
.vscode/
.idea/

# coverage
.coverage
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.coverage
htmlcov/
.pytest_cache/

# BinaryByte runtime artifacts
.binarybyte/results/

# Distribution
*.tar.gz
