# Python __pycache__/ *.py[cod] *$py.class *.so *.egg-info/ dist/ build/ .eggs/ # Virtual environments .venv/ venv/ env/ # IDE .vscode/ .idea/ *.swp *.swo # Testing .pytest_cache/ .coverage htmlcov/ .mypy_cache/ # OS .DS_Store Thumbs.db # Environment .env .env.local # Logs *.log logs/