# 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

# Virtual Environment
venv/
ENV/
env/
.venv

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover

# Database
*.db

# Logs
*.log

# Alembic
# Uncommit migrations/versions/ in production

# Node (for admin dashboard)
node_modules/
.pnpm-store/
dist/
build/

# Exception: keep admin-dashboard src/lib
!platform/admin-dashboard/src/lib/

full-version/