# Python cache
__pycache__/
*.pyc

# Distribution / Build artifacts (generated by PyInstaller)
build/
dist/
*.spec

# Sepidar App Cache (Session data should not be committed)
sepidar_cache/
*.json

# IDE settings
.vscode/
.idea/