# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# uv / venv
.venv/
venv/
.python-version

# Build
dist/
build/
*.egg-info/
*.egg
.eggs/

# Test reports
.coverage
coverage.xml
htmlcov/

# uv cache
.uv/

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

# OS
.DS_Store
Thumbs.db

# Secrets: never commit credentials
.env
*.env
secrets.py

# Reverse-engineering inputs and local JADX output
other/
jadx-output/
