# Ignore files and directories generated by Python
__pycache__/
*.pyc

# Ignore directories generated by testing frameworks
tests/
pytest_cache/

# Ignore directories generated by packaging tools
dist/
build/
*.egg-info/
