# ============================================================================ # Python # ============================================================================ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Installer logs pip-log.txt pip-delete-this-directory.txt # ============================================================================ # Virtual Environments # ============================================================================ .venv/ venv/ ENV/ env/ env.bak/ venv.bak/ # ============================================================================ # Poetry / PDM # ============================================================================ poetry.lock .pdm.toml .pdm-build/ # ============================================================================ # Testing # ============================================================================ .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ cover/ # ============================================================================ # Type Checking & Linting # ============================================================================ .mypy_cache/ .dmypy.json dmypy.json .pytype/ .pyre/ .ruff_cache/ cython_debug/ # ============================================================================ # IDEs & Editors # ============================================================================ .idea/ .vscode/ *.swp *.swo *~ .aider* # ============================================================================ # OS Files # ============================================================================ .DS_Store Thumbs.db # ============================================================================ # Project Specific # ============================================================================ # Runtime workspace - NEVER commit (contains VPN configs, exploits, sensitive data) workspace/* !workspace/.gitkeep # VPN configuration files (extra safety - never commit these anywhere) *.ovpn # Logs *.log logs/ # Environment .env .env.auth # Agent runs agent_runs/ # Legacy project files (when running from legacy/) config/chatgpt_config.py outputs/ test_history/ archive/ # ============================================================================ # Local Docker Overrides (for regional mirrors, etc.) # ============================================================================ Dockerfile.vpn docker-compose.override.yml vpn-mode.sh # ============================================================================ # Documentation # ============================================================================ docs/_build/ /site # ============================================================================ # Jupyter # ============================================================================ .ipynb_checkpoints profile_default/ ipython_config.py