# Ignore virtual environment folder
venv/

# Ignore bytecode-cache folder
__pycache__/

# Ignore distribution folder
dist/
