# Ignore files related to virtual environment
.venv/
pyvenv.cfg

# Ignore cached files
__pycache__/

# Ignore graph files
graphs/

# Ignore ruff files
.ruff_cache/

# Ignore build files
dist/