| # python | |
| *.pyc | |
| **/__pycache__/ | |
| .pytest_cache/* | |
| .pydevproject | |
| build/ | |
| # IDE | |
| .vscode/* | |
| # Pip | |
| *.egg-info | |
| # files | |
| *.log | |
| *.pkl | |
| *.jpg | |
| *.pcd | |
| *.nfs* | |
| outputs | |
| # pixi environments | |
| .pixi | |
| *.egg-info | |
| # python | |
| *.pyc | |
| **/__pycache__/ | |
| .pytest_cache/* | |
| .pydevproject | |
| build/ | |
| # IDE | |
| .vscode/* | |
| # Pip | |
| *.egg-info | |
| # files | |
| *.log | |
| *.pkl | |
| *.jpg | |
| *.pcd | |
| *.nfs* | |
| outputs | |
| # pixi environments | |
| .pixi | |
| *.egg-info | |