# 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/ share/python-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 *.py,cover .hypothesis/ .pytest_cache/ coverage.json # Translations *.mo *.pot # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # IDE / Editor .idea/ .vscode/ *.swp *.swo *~ *.sublime-project *.sublime-workspace # Logs logs/ *.log # Local data directories task-data/ data/ # Credentials and secrets src/credentials.py *.pem *.key secrets/ .secrets # FastAPI / Uvicorn .uvicorn/ # Database *.db *.sqlite *.sqlite3 # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Docker .docker/ # Jupyter Notebook .ipynb_checkpoints/ *.ipynb # profiling data .prof # Claude Code local settings (machine-specific, may contain credentials) .claude/settings.local.json # pql — ignore everything except the changelog, which is the replication log of # record and must be committed for tickets to travel with the repo. .pql/* !.pql/changelog/ # pql shims planted by `pql init` into the dir core.hooksPath points at. # Per-clone: each embeds the absolute path of the pql binary that planted it. # Only .githooks/pre-push is shared. .githooks/pre-commit .githooks/post-merge .githooks/post-checkout .githooks/post-rewrite