# Ignore dist directory
dist/
docs/build/

# Ignore python cache files
__pycache__/
*.pyc
*.pyo
