# Ignore Python compiled files
*.pyc
__pycache__/

# Ignore build and dist folders for PyPI
/build/
/dist/

# Ignore Unit test / coverage reports
.coverage
.noseids
