| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Virtual Environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # IDEs and Editors | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Project specific | |
| .pyre/ | |
| .pyre_configuration | |
| pyrightconfig.json | |
| test_results.md | |
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Virtual Environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # IDEs and Editors | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # Project specific | |
| .pyre/ | |
| .pyre_configuration | |
| pyrightconfig.json | |
| test_results.md | |