# Python caches
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/

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

# Test/cache artifacts
.pytest_cache/
.coverage
.DS_Store
