# 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/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE specific files .vscode/ .idea/ *.swp *.swo *~ # OS specific files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Project specific files *.db *.sqlite *.sqlite3 skytalk.db* # ChromaDB vector database chroma_db/ *.chroma # Logs *.log logs/ # Environment variables (keep template) .env.local .env.production .env.development # FastAPI specific .mypy_cache/ .dmypy.json dmypy.json # Jupyter Notebooks .ipynb_checkpoints *.ipynb # Documentation builds docs/_build/ site/