| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| *.log | |
| # Virtual Environment | |
| venv/ | |
| .venv/ | |
| # IDE-specific files | |
| .idea/ | |
| .vscode/ | |
| # Environment variables | |
| .env | |
| # Reports and generated files | |
| reports/ | |
| # macOS system files | |
| .DS_Store | |
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| *.log | |
| # Virtual Environment | |
| venv/ | |
| .venv/ | |
| # IDE-specific files | |
| .idea/ | |
| .vscode/ | |
| # Environment variables | |
| .env | |
| # Reports and generated files | |
| reports/ | |
| # macOS system files | |
| .DS_Store | |