# custom
src/__pycache__
barkup.config.toml

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

# Virtual environment
.venv/

# Distribution / packaging
dist/
build/
*.egg-info/

# uv
.uv/

# Python version file
.python-version
live_test/  # live E2E harness from manual testing; not part of the package
