# Python cache and bytecode
__pycache__/
*.pyc
*.pyo
*~

# Build artifacts
build/
dist/
*.egg-info/

# macOS
.DS_Store

# Windows
desktop.ini

# venv
venv
.venv

# Local Development
pykit/
lizard/

# Cookies and Session
.cookie/