# Virtual environments
.venv/

# Python bytecode
__pycache__/
*.pyc

# Test cache
.pytest_cache/

# Jupyter checkpoints
.ipynb_checkpoints/

# Build artifacts
dist/
build/
*.egg-info/

# macOS
.DS_Store
