# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.pem
MANIFEST

# Virtual environments
venv/
ENV/
env/

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

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

# Distribution
dist/
build/
*.egg-info/

# Private Documentation (for developer only - NOT for GitHub)
INSTALL.md
PUBLISHING_GUIDE.md
PROJECT_OVERVIEW.md
DEPLOYMENT_GUIDE.md
QUICK_DEPLOY.md
build_and_publish.sh
PRIVATE_DOCS_README.md
