# Build artifacts
/target/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
*.egg-info/
dist/
build/

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

# Test files
*.hwp

# Generated docs
docs/

# OS
.DS_Store
uv.lock
