mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 14:51:02 +00:00
d45f22c9c2
Substitutes python-memcached (which is installable out of the box on Windows) for pylibmc (which isn't), only on Windows Adds a git ignore for the common venv subdirectory for a working virtual environment when doing development
22 lines
215 B
Text
22 lines
215 B
Text
*.egg
|
|
*.egg-info
|
|
*.psql
|
|
*.pyc
|
|
*.sqlite3
|
|
.DS_Store
|
|
.idea/*
|
|
.venv
|
|
.vscode
|
|
/*.env*
|
|
/build
|
|
/cache/
|
|
/docs/_build
|
|
/fly.*
|
|
/media/
|
|
/static-collected
|
|
/takahe/local_settings.py
|
|
__pycache__/
|
|
api-test.*
|
|
notes.md
|
|
notes.py
|
|
venv/
|