mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
49 lines
380 B
Text
Executable file
49 lines
380 B
Text
Executable file
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
MANIFEST
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
.pypirc
|
|
|
|
# Sphinx
|
|
_build
|
|
|
|
# GitEye / Eclipse project file
|
|
/.project
|
|
|
|
# PyCharm
|
|
/.idea
|
|
|
|
# vim
|
|
*~
|
|
*.swp
|
|
|
|
# vscode
|
|
.vscode
|
|
|
|
# pyenv
|
|
.python-version
|