# Keys & licenses (sensitive)
keys/*.pem
*.lic

# Build output
dist/
*.build/
*.onefile-build/

# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
*.egg-info/
dist/
build/
*.whl

# Environment
.env
.venv/
venv/

# IDE
.vscode/
.idea/

# hatch-vcs generated version
src/py_rizmi/_version.py

# Personal notes
to-me/

# OS
.DS_Store
Thumbs.db
