# do NOT track Python compilation files
*.py[cod]
__python__/
*.pyc
__pycache__/

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# VENV
env/
venv/
.env
venv/*
.venv

tests/fixtures
tests/generated