rscnt
0e52fce18b
local_settings.py, it's for enviroment variables, secret keys... The rest of patterns are just standard. Signed-off-by: rscnt <rascnt@gmail.com>
12 lines
125 B
Text
12 lines
125 B
Text
db.sqlite3
|
|
*.pyc
|
|
build/
|
|
dist/
|
|
*.egg_info
|
|
#editors && utilites.
|
|
*.swp
|
|
*~
|
|
__pycache__/
|
|
.ropeproject/
|
|
#django
|
|
local_settings.py
|