| # Ignore the entire output directory | |
| /output/ | |
| # Python-related files | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| # Virtual environment | |
| venv/ | |
| env/ | |
| *.venv | |
| *.env | |
| # IDE-specific files (for VSCode and PyCharm) | |
| .vscode/ | |
| .idea/ | |
| # OS-specific files | |
| .DS_Store | |
| Thumbs.db | |
| # Jupyter Notebook | |
| .ipynb_checkpoints | |
| # Logs | |
| *.log |