.gitignore 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /.project
  2. <<<<<<< HEAD
  3. =======
  4. /.pydevproject
  5. >>>>>>> branch 'master' of https://deeejas.asuscomm.com:3000/deeejas/autogui.git
  6. # ---> Python
  7. # Byte-compiled / optimized / DLL files
  8. __pycache__/
  9. *.py[cod]
  10. *$py.class
  11. # C extensions
  12. *.so
  13. # Distribution / packaging
  14. .Python
  15. env/
  16. build/
  17. develop-eggs/
  18. dist/
  19. downloads/
  20. eggs/
  21. .eggs/
  22. lib/
  23. lib64/
  24. parts/
  25. sdist/
  26. var/
  27. *.egg-info/
  28. .installed.cfg
  29. *.egg
  30. # PyInstaller
  31. # Usually these files are written by a python script from a template
  32. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  33. *.manifest
  34. *.spec
  35. # Installer logs
  36. pip-log.txt
  37. pip-delete-this-directory.txt
  38. # Unit test / coverage reports
  39. htmlcov/
  40. .tox/
  41. .coverage
  42. .coverage.*
  43. .cache
  44. nosetests.xml
  45. coverage.xml
  46. *,cover
  47. # Translations
  48. *.mo
  49. *.pot
  50. # Django stuff:
  51. *.log
  52. # Sphinx documentation
  53. docs/_build/
  54. # PyBuilder
  55. target/
  56. # ---> Windows
  57. # Windows image file caches
  58. Thumbs.db
  59. ehthumbs.db
  60. # Folder config file
  61. Desktop.ini
  62. # Recycle Bin used on file shares
  63. $RECYCLE.BIN/
  64. # Windows Installer files
  65. *.cab
  66. *.msi
  67. *.msm
  68. *.msp
  69. # Windows shortcuts
  70. *.lnk
  71. # ---> Linux
  72. *~
  73. # KDE directory preferences
  74. .directory
  75. # Linux trash folder which might appear on any partition or disk
  76. .Trash-*
  77. # ---> Eclipse
  78. *.pydevproject
  79. .metadata
  80. .gradle
  81. bin/
  82. tmp/
  83. *.tmp
  84. *.bak
  85. *.swp
  86. *~.nib
  87. local.properties
  88. .settings/
  89. .loadpath
  90. # Eclipse Core
  91. .project
  92. # External tool builders
  93. .externalToolBuilders/
  94. # Locally stored "Eclipse launch configurations"
  95. *.launch
  96. # CDT-specific
  97. .cproject
  98. # JDT-specific (Eclipse Java Development Tools)
  99. .classpath
  100. # Java annotation processor (APT)
  101. .factorypath
  102. # PDT-specific
  103. .buildpath
  104. # sbteclipse plugin
  105. .target
  106. # TeXlipse plugin
  107. .texlipse
  108. # *.png