# Python __pycache__/ *.py[cod] *$py.class *.so .Python # Virtual environments .venv/ venv/ ENV/ env/ # Environment variables and secrets local/ .env *.env # IDE .vscode/ .idea/ *.swp *.swo *~ # Jupyter Notebook .ipynb_checkpoints *.ipynb # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # PyInstaller *.manifest *.spec # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # UV lock file (optional - uncomment if you want to ignore it) # uv.lock # Temporary files *.log *.tmp *.temp message.txt debug_agent.py # OS .DS_Store Thumbs.db # Project specific main.py