2to3 conversion by tool.
* untested code.
This commit is contained in:
parent
daab01e4c5
commit
288065d066
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@ -0,0 +1,47 @@
|
|||||||
|
*.pyc
|
||||||
|
pip-log.txt
|
||||||
|
|
||||||
|
# Project - exclude src but include the project. Optional.
|
||||||
|
#src/*
|
||||||
|
#!src/scon
|
||||||
|
#!src/manage.py
|
||||||
|
#!src/djascon
|
||||||
|
|
||||||
|
# system files
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# eclipse
|
||||||
|
.project
|
||||||
|
.pydevproject
|
||||||
|
.settings
|
||||||
|
.settings/*
|
||||||
|
|
||||||
|
# sqlite db files
|
||||||
|
*.db
|
||||||
|
|
||||||
|
# temp files
|
||||||
|
*.*~
|
||||||
|
*.tmp
|
||||||
|
tmp/*
|
||||||
|
local_*
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# django
|
||||||
|
/media
|
||||||
|
/static
|
||||||
|
|
||||||
|
# VirtualEnv on Nixes.
|
||||||
|
/lib
|
||||||
|
/bin
|
||||||
|
/include
|
||||||
|
/tmp
|
||||||
|
/local
|
||||||
|
/man
|
||||||
|
# VirtualEnv on Windows.
|
||||||
|
/Include
|
||||||
|
/Lib
|
||||||
|
/Scripts
|
||||||
|
|
||||||
|
# just to be sure.
|
||||||
|
*.pyc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user