| # Python cache files | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| *.pkl | |
| # Bytecode and compiled extensions | |
| *.so | |
| *.dll | |
| *.dylib | |
| # Local config | |
| *.env | |
| .env | |
| # OS-generated files | |
| .DS_Store | |
| Thumbs.db | |
| # Output artifacts (optional) | |
| outputs/*.png | |
| outputs/*.pdf | |
| # Jupyter checkpoints (if any) | |
| .ipynb_checkpoints/ | |
| # VSCode metadata | |
| .vscode/ | |
| # PyCharm metadata | |
| .idea/ |