| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Python cache | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # Git | |
| .git/ | |
| .gitignore | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Logs | |
| *.log | |
| # Temporary files | |
| *.tmp | |
| *.swp | |
| # Build artifacts | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # Node modules (if any) | |
| node_modules/ | |
| # Cache directories | |
| .cache/ | |
| .pytest_cache/ | |
| # OpenEnv specific | |
| .openenv/ | |
| # Local development files | |
| .env | |
| .env.local | |
| # Training artifacts (keep model if needed) | |
| # energy_optimization_ppo.zip |