# Python cache and build artifacts __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .hypothesis/ # Environment .env .env.* .venv env/ venv/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Version control .git/ .gitignore # Documentation README.md *.md # Logs *.log