.gitignore 148 B

1234567891011
  1. # Ignore compiled python code
  2. *.pyc
  3. # Ignore MacOSX directory info
  4. .DS_Store
  5. # VS user project files
  6. *.suo
  7. *.user
  8. *.opensdf
  9. bin/*
  10. /lib/