# config files
/.venv 
.python-version

# fucking cache
/.ruff_cache
/__pycache__/ 

# build files
dist/
build/
