1. *.log
    2. *.pot
    3. *.pyc
    4. __pycache__
    5. db.sqlite3
    6. media
    7. # Backup files #
    8. *.bak
    9. # If you are using PyCharm #
    10. .idea/**/workspace.xml
    11. .idea/**/tasks.xml
    12. .idea/dictionaries
    13. .idea/**/dataSources/
    14. .idea/**/dataSources.ids
    15. .idea/**/dataSources.xml
    16. .idea/**/dataSources.local.xml
    17. .idea/**/sqlDataSources.xml
    18. .idea/**/dynamic.xml
    19. .idea/**/uiDesigner.xml
    20. .idea/**/gradle.xml
    21. .idea/**/libraries
    22. *.iws /out/
    23. # Python #
    24. *.py[cod]
    25. *$py.class
    26. # Distribution / packaging
    27. .Python build/
    28. develop-eggs/
    29. dist/
    30. downloads/
    31. eggs/
    32. .eggs/
    33. lib/
    34. lib64/
    35. parts/
    36. sdist/
    37. var/
    38. wheels/
    39. *.egg-info/
    40. .installed.cfg
    41. *.egg
    42. *.manifest
    43. *.spec
    44. # Installer logs
    45. pip-log.txt
    46. pip-delete-this-directory.txt
    47. # Unit test / coverage reports
    48. htmlcov/
    49. .tox/
    50. .coverage
    51. .coverage.*
    52. .cache
    53. .pytest_cache/
    54. nosetests.xml
    55. coverage.xml
    56. *.cover
    57. .hypothesis/
    58. # Jupyter Notebook
    59. .ipynb_checkpoints
    60. # pyenv
    61. .python-version
    62. # celery
    63. celerybeat-schedule.*
    64. # SageMath parsed files
    65. *.sage.py
    66. # Environments
    67. .env
    68. .venv
    69. env/
    70. venv/
    71. ENV/
    72. env.bak/
    73. venv.bak/
    74. # mkdocs documentation
    75. /site
    76. # mypy
    77. .mypy_cache/
    78. # Sublime Text #
    79. *.tmlanguage.cache
    80. *.tmPreferences.cache
    81. *.stTheme.cache
    82. *.sublime-workspace
    83. *.sublime-project
    84. # sftp configuration file
    85. sftp-config.json
    86. # Package control specific files Package
    87. Control.last-run
    88. Control.ca-list
    89. Control.ca-bundle
    90. Control.system-ca-bundle
    91. GitHub.sublime-settings
    92. # Visual Studio Code #
    93. .vscode/*
    94. !.vscode/settings.json
    95. !.vscode/tasks.json
    96. !.vscode/launch.json
    97. !.vscode/extensions.json
    98. .history
    99. .vscode/