# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.python-version

# Virtual environments
.venv
output.md
.arts
uv.lock
cache/

# IDE files
.idea/
.vscode/

# test files
.pytest_cache/

# dynamic library
*.so
*.dll
*.pyd

# log
log/
