# Virtual environments
.venv/

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
*.so
dist/
build/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Local settings
local.toml

# frida-server, for local dev
frida-server.exe

# Nonfree test samples (real game data, not distributable)
src/tamago/tests/*/nonfree/
