# Ignore all cache files
__pycache__/
*.pyc

# Ignore auto-generated dist directory
dist/

# Ignore pytest cache
.pytest_cache/

# Ignore virtual environment
.venv/

# Ignore .vscode directory
.vscode/

# Ignore ruff cache
.ruff_cache/
