# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environment
.venv/
venv/
env/
ENV/

# IDE
.trae/
.vscode/
.idea/

# Runtime generated config & logs
pet_config.json
pet_debug.log

# PyInstaller build output
build/
dist/
*.spec

# Old Electron attempt
package.json
package-lock.json
main.js
index.html
node_modules/
