__pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ dist/ downloads/ eggs/ .eggs/ *.egg-info/ .installed.cfg *.egg # Virtual environments env/ venv/ ENV/ env.bak/ venv.bak/ # Pyenv .python-version # Hatch build artifacts .hatch/ # IDEs and editors .vscode/ .idea/ *.swp *~ # Logs *.log