# Python-generated files __pycache__/ *.py[oc] build/ dist/ wheels/ *.egg-info # Virtual environments .venv # Configuration files with secrets .env *.env # Test and cache files .pytest_cache/ coverage.xml htmlcov/ # IDE files .vscode/ .idea/ *.swp *.swo # Logs *.log logs/