# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class *.so .Python build/ dist/ *.egg-info/ # Virtual environments .venv/ venv/ ENV/ env/ # IDE .idea/ .vscode/ *.swp *.swo *~ # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # Logs *.log logs/ # Database *.db *.sqlite *.sqlite3 # OS .DS_Store Thumbs.db # Secrets *.pem *.key secrets/