| # Byte-compiled / cache | |
| # Python cache folders | |
| __pycache__/ | |
| # Compiled Python files (.pyc, .pyo, etc.) | |
| *.py[cod] | |
| # Temporary files from Jupyter notebooks | |
| *.ipynb_checkpoints/ | |
| # Other temp files | |
| core | |
| # VSCode | |
| # Editor-specific settings | |
| .vscode/ | |
| # Environment | |
| # Environment variables files | |
| .env | |
| # Catch other .env-like files | |
| *.env | |