# Python-generated files __pycache__/ *.py[cod] *$py.class *.so .Python build/ dist/ wheels/ *.egg-info # Virtual environments .venv/ venv/ ENV/ env/ # Environment .env .env.* !.env.example .session # IDE .vscode/ .idea/ *.swp *.swo .DS_Store # Testing .pytest_cache/ .coverage htmlcov/ # Project specific .eggs/ logs/ *.log threads.db