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