# Ignore all cache files
__pycache__/
*.pyc

# Ignore auto-generated dist directory
dist/

# Ignore pytest cache
.pytest_cache/

# Ignore virtual environment
.venv/
