# Remove the folders from pycharm and vscode
__pycache__
.idea
.vscode

# model
*.mdl
*.pkl
*.db

# Remove the folders generated by the build package
aigear.egg-info
build
dist
env.json

# macOS system files
.DS_Store
*/.DS_Store
**/.DS_Store

# cache
.pytest_cache
.ruff_cache
