Django Migrations MCP Service

# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment venv/ env/ ENV/ .env .venv env.bak/ venv.bak/ # Django *.log local_settings.py db.sqlite3 db.sqlite3-journal media/ staticfiles/ # IDE .idea/ .vscode/ *.swp *.swo *~ .project .pydevproject .settings/ # Testing .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ htmlcov/ # Distribution / packaging .Python env/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Docker .docker/ docker-compose.override.yml # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # System Files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Environment Variables .env .env.local .env.*.local # Migration files (optional, uncomment if you want to ignore migrations) # */migrations/*.py # !*/migrations/__init__.py # Documentation /site docs/_build/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # celery celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # Temporary files *.bak *.tmp *.temp