# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

# Distribution
dist/
build/
*.egg-info/
*.egg

# Virtual environments
venv/
.venv/

# IDE
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
htmlcov/

# API Autopsy data
autopsy.db
autopsy.db-wal
autopsy.db-shm

# OS
.DS_Store
Thumbs.db

# Demo
demo.py
