# Ignore python cache
__pycache__

# Ignore python virtual environment
tests/venv/*

# Ignore build results
dist/*
