# Python-generated files
__pycache__/
*.py[oc]
build/
# PyInstaller's --workpath, per release-tray.yml
build_pyi/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment files (ANAF credentials — never commit, at any depth)
.env
.env.*
*.env

# Coverage / test reports
.coverage
coverage.xml
junit.xml

# macOS Finder metadata
.DS_Store

# IDE settings (JetBrains)
.idea/
# ...and its Inno Setup plugin's per-configuration build settings
.build/
