# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ *.egg-info/ .installed.cfg *.egg # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Virtual environments venv/ env/ ENV/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # macOS .DS_Store # Project specific # IMPORTANT: Never commit credentials! database.toml .env config.toml # Accidental root-level scaffolding (project code lives under src/teamlandkarte_mcp) src/__main__.py src/__init__.py src/cache/ src/config.py src/database/ src/matching/ src/mcp_server.py src/models.py src/utils/ # Cache files *.cache .cache/ # Embedding cache DB (local) embeddings_cache.db embeddings_cache.sqlite3 embeddings.sqlite3 *.sqlite3