# Python __pycache__/ *.py[cod] *.so # Virtualenvs .venv/ venv/ # Tool caches .pytest_cache/ .mypy_cache/ .ruff_cache/ .coverage .coverage.* htmlcov/ # Editors / OS .idea/ .vscode/ .DS_Store # Build artifacts build/ dist/ *.egg-info/ # Local environment files .env .env.* **/.env **/.env.* postgres.env !api/.env.example !bot/.env.example !postgres.env.example # Runtime data volumes/ # Local protocol artifacts protocol/.xdp-*