Skip to content
Snippets Groups Projects
.gitignore 97 B
Newer Older
*.swp

# Sometimes backup files are used
*.bak

*.pyc
__pycache__/
build/
dist/
*.egg-info

*.mo