Spaces:
Sleeping
Sleeping
| # 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 | |
| # Virtual Environment | |
| venv/ | |
| env/ | |
| ENV/ | |
| .venv | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| *~ | |
| # Environment files | |
| .env | |
| .env.* | |
| !.env.example | |
| # Logs | |
| *.log | |
| logs/ | |
| server.log | |
| # Testing | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| .tox/ | |
| .hypothesis/ | |
| # Database | |
| *.db | |
| *.sqlite | |
| *.sqlite3 | |
| # Documentation | |
| docs/_build/ | |
| *.md.backup | |
| # Git | |
| .git/ | |
| .gitignore | |
| .gitattributes | |
| # Docker | |
| Dockerfile.* | |
| docker-compose*.yml | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| tmp/ | |
| temp/ | |
| # Migration files (if needed) | |
| test_migration.py | |
| test_mcp_tools.py | |
| test_endpoints.sh | |
| run_migration.sh | |
| create_sample_users.py | |
| *.pid | |