# Python caches
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments
.venv/
venv/

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

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# OS/editor files
.DS_Store
.vscode/
