takahe/.gitignore
David Fraser d45f22c9c2
Minor python environment changes (#723)
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
2024-08-28 07:32:13 -06:00

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/