# Python __pycache__/ *.py[cod] *$py.class *.so build/ dist/ *.egg-info/ # Virtual environments venv/ .venv/ # IDE .idea/ .vscode/ *.swp # Testing .pytest_cache/ .coverage # Local config .env