# CyberPanel .gitignore # Environment variables (CRITICAL - Contains sensitive data) .env .env.backup .env.local .env.production .env.staging # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments venv/ env/ ENV/ env.bak/ venv.bak/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Logs *.log logs/ log/ # Database *.db *.sqlite3 # Temporary files tmp/ temp/ *.tmp # Backup files *.bak *.backup # Node modules (if any frontend build tools are used) node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Coverage reports htmlcov/ .coverage .coverage.* coverage.xml *.cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # celery beat schedule file celerybeat-schedule # SageMath parsed files *.sage.py # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # CyberPanel specific /usr/local/CyberCP/ /etc/cyberpanel/ cyberpanel_password.txt mysql_password.txt # Documentation files (local reference only) CHANGES_SUMMARY.md RESOURCE_LIMITS_IMPLEMENTATION.md