.gitignore (248B)
1 # Python-generated files 2 __pycache__/ 3 *.py[oc] 4 build/ 5 dist/ 6 wheels/ 7 *.egg-info 8 9 # macos 10 .DS_Store 11 *.DS_Store 12 **/.DS_Store 13 14 # Virtual environments 15 .venv 16 17 # Compiled binary 18 esync 19 20 # temporary ignores 21 test-sync 22 tests 23 /.esync.toml 24 sync.log 25 .worktrees/