# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environments venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # PyCharm .idea/ # VS Code .vscode/ # Environment variables .env .env.local .env.*.local # LangSmith / LangChain .langsmith/ langsmith_cache/ # PostgreSQL *.sql.backup *.dump # Logs *.log logs/ *.log.* # OS .DS_Store Thumbs.db # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ # Jupyter Notebook .ipynb_checkpoints # mypy .mypy_cache/ .dmypy.json dmypy.json # Reflection reports (optional - uncomment if you don't want to track these) # reflection_report_*.md # Temporary files *.tmp *.temp .cache/ # Claude Code project files .claude/ # Developer documentation (internal use only) dev/ # Old Langflow agent exports (kept locally for reference) agent_versions/ # Eval cases (local only) eval_cases/ # VBA macros (local only) macros/