2015-05-09 20:51:34 +03:00
|
|
|
### OSX ###
|
|
|
|
.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
### SublimeText ###
|
|
|
|
# cache files for sublime text
|
|
|
|
*.tmlanguage.cache
|
|
|
|
*.tmPreferences.cache
|
|
|
|
*.stTheme.cache
|
|
|
|
|
|
|
|
# workspace files are user-specific
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# project files should be checked into the repository, unless a significant
|
|
|
|
# proportion of contributors will probably not be using SublimeText
|
|
|
|
# *.sublime-project
|
|
|
|
|
|
|
|
# sftp configuration file
|
|
|
|
sftp-config.json
|
|
|
|
|
|
|
|
# Generated files
|
2013-08-14 21:43:32 +04:00
|
|
|
*.log
|
|
|
|
*.pot
|
|
|
|
*.pyc
|
2015-05-09 20:51:34 +03:00
|
|
|
.idea
|
2015-09-18 20:20:48 +03:00
|
|
|
_build
|
2015-05-09 20:51:34 +03:00
|
|
|
|
|
|
|
# Project Specific Stuff
|
2013-08-14 21:43:32 +04:00
|
|
|
local_settings.py
|
2015-04-11 18:32:49 +03:00
|
|
|
repo_name
|
2015-04-20 15:19:12 +03:00
|
|
|
my_test_project/*
|
2015-11-07 06:46:11 +03:00
|
|
|
|
2016-04-20 01:46:46 +03:00
|
|
|
# Generated when running py.test for the Cookiecutter Django generation tests
|
2015-11-07 06:46:11 +03:00
|
|
|
.cache/
|
2015-11-09 01:04:41 +03:00
|
|
|
|
2016-01-13 23:25:27 +03:00
|
|
|
# Generated when running celery beat
|
|
|
|
celerybeat-schedule.db
|
|
|
|
|
2015-11-09 01:04:41 +03:00
|
|
|
# Unit test / coverage reports
|
|
|
|
.coverage
|
|
|
|
.tox
|
|
|
|
.cache
|