# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/

# Unit test / coverage reports
htmlcov/
.nox/
.coverage
.coverage.*
.cache
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Environments
.venv
.vscode/

# uv-specific files
uv.lock

# other files
tmp/
tmp*
run/
