Un petit jeu réalisé avec pgzero
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

136 rader
1.8 KiB

  1. # ---> Python
  2. # Byte-compiled / optimized / DLL files
  3. __pycache__/
  4. *.py[cod]
  5. *$py.class
  6. .vscode/
  7. <<<<<<< HEAD
  8. =======
  9. >>>>>>> 305580eea7190f860f95c5a693da9fcb58fadf6a
  10. # C extensions
  11. *.so
  12. # Distribution / packaging
  13. .Python
  14. build/
  15. develop-eggs/
  16. dist/
  17. downloads/
  18. eggs/
  19. .eggs/
  20. lib/
  21. lib64/
  22. parts/
  23. sdist/
  24. var/
  25. wheels/
  26. pip-wheel-metadata/
  27. share/python-wheels/
  28. *.egg-info/
  29. .installed.cfg
  30. *.egg
  31. MANIFEST
  32. # PyInstaller
  33. # Usually these files are written by a python script from a template
  34. # before PyInstaller builds the exe, so as to inject date/other infos into it.
  35. *.manifest
  36. *.spec
  37. # Installer logs
  38. pip-log.txt
  39. pip-delete-this-directory.txt
  40. # Unit test / coverage reports
  41. htmlcov/
  42. .tox/
  43. .nox/
  44. .coverage
  45. .coverage.*
  46. .cache
  47. nosetests.xml
  48. coverage.xml
  49. *.cover
  50. *.py,cover
  51. .hypothesis/
  52. .pytest_cache/
  53. # Translations
  54. *.mo
  55. *.pot
  56. # Django stuff:
  57. *.log
  58. local_settings.py
  59. db.sqlite3
  60. db.sqlite3-journal
  61. # Flask stuff:
  62. instance/
  63. .webassets-cache
  64. # Scrapy stuff:
  65. .scrapy
  66. # Sphinx documentation
  67. docs/_build/
  68. # PyBuilder
  69. target/
  70. # Jupyter Notebook
  71. .ipynb_checkpoints
  72. # IPython
  73. profile_default/
  74. ipython_config.py
  75. # pyenv
  76. .python-version
  77. # pipenv
  78. # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
  79. # However, in case of collaboration, if having platform-specific dependencies or dependencies
  80. # having no cross-platform support, pipenv may install dependencies that don't work, or not
  81. # install all needed dependencies.
  82. #Pipfile.lock
  83. # PEP 582; used by e.g. github.com/David-OConnor/pyflow
  84. __pypackages__/
  85. # Celery stuff
  86. celerybeat-schedule
  87. celerybeat.pid
  88. # SageMath parsed files
  89. *.sage.py
  90. # Environments
  91. .env
  92. .venv
  93. env/
  94. venv/
  95. ENV/
  96. env.bak/
  97. venv.bak/
  98. # Spyder project settings
  99. .spyderproject
  100. .spyproject
  101. # Rope project settings
  102. .ropeproject
  103. # mkdocs documentation
  104. /site
  105. # mypy
  106. .mypy_cache/
  107. .dmypy.json
  108. dmypy.json
  109. # Pyre type checker
  110. .pyre/