# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/

# Virtual environment
.venv/

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

# OS
.DS_Store
Thumbs.db

# Tools
.pytest_cache/
.ruff_cache/

# Coverage
htmlcov/
.coverage
.coverage.*

# Build
dist/

# Beans runtime
beans.db
