# Environment .env # Python __pycache__/ *.pyc *.pyo *.pyd .Python *.egg-info/ dist/ build/ # Virtual environments .venv/ venv/ env/ # Testing .pytest_cache/ .coverage htmlcov/ # Logs logs/ # IDE .vscode/ .idea/