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

# Node
node_modules/

# Test artifacts
test_*/
dump_*/

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

# OS
.DS_Store
Thumbs.db

# Frida agent build is committed (agent.js)
# so users don't need Node.js to install
