cb1d253517
- Add a new settings file for local development - Update README.md according to the new setup
16 lines
116 B
Text
16 lines
116 B
Text
*.pyc
|
|
*.swp
|
|
*.swo
|
|
cof/settings.py
|
|
settings.py
|
|
*~
|
|
venv/
|
|
.vagrant
|
|
/src
|
|
media/
|
|
*.log
|
|
*.sqlite3
|
|
|
|
# PyCharm
|
|
.idea
|
|
.cache
|