| # Python virtual environment | |
| .venv/ | |
| venv/ | |
| # Python cache files | |
| __pycache__/ | |
| *.pyc | |
| # IDE and OS files | |
| .idea/ | |
| .vscode/ | |
| .DS_Store |
| # Python virtual environment | |
| .venv/ | |
| venv/ | |
| # Python cache files | |
| __pycache__/ | |
| *.pyc | |
| # IDE and OS files | |
| .idea/ | |
| .vscode/ | |
| .DS_Store |