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

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

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

# Virtual environments
.venv/
venv/
