# Byte-compiled / cache
__pycache__/
*.py[cod]
.pytest_cache/

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

# Virtual environments
.venv/
venv/
env/

# Logs
logs/
*.log

# OS cruft
.DS_Store
Thumbs.db
