# 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/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Environment
.env
.env.local
.env.*.local

# Cache
.cache/
*.cache

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Distribution
pip-wheel-metadata/
*.dist-info/

# OS
.DS_Store
Thumbs.db

# Project specific
~/.cache/hytopia-mcp/
*.hytopia-mcp.env
.pypirc.temp
GITHUB_SECRETS.md
publish-with-token.sh