# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ *.egg-info/ .installed.cfg *.egg # 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/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # pipenv Pipfile.lock # poetry poetry.lock # PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ # Environments .env .venv venv/ ENV/ env/ # VS Code .vscode/ # PyCharm .idea/ # Artifacts and outputs artifacts/ artifacts/** *.png *.jpg *.jpeg # Secrets app/llm/credentials.py app/llm/credentials.json # Mac/Windows .DS_Store Thumbs.db