| # Ignore Python cache files | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # Ignore virtual environments | |
| venv/ | |
| .env/ | |
| *.venv/ | |
| # Ignore Jupyter Notebook checkpoints | |
| .ipynb_checkpoints/ | |
| # Ignore Poetry and Pip related files | |
| # poetry.lock | |
| # pip-log.txt | |
| # Ignore environment variable files | |
| .env | |
| .env.* | |